diff --git a/cgi-bin/registerevent.php b/cgi-bin/registerevent.php index f0f30e9355..5dd1345ed6 100644 --- a/cgi-bin/registerevent.php +++ b/cgi-bin/registerevent.php @@ -67,6 +67,7 @@ function send_registration_mail($from, $to) { 'location' => $_POST['location'], 'city' => $_POST['city'], 'country' => $_POST['country'], + 'tags' => $_POST ['tags'] ?: [], ); $data['event'] = eval_template('registerevent/event.php', $data); diff --git a/community/tools/eventregistration.en.xhtml b/community/tools/eventregistration.en.xhtml index a01ea1b398..cdaffac65e 100644 --- a/community/tools/eventregistration.en.xhtml +++ b/community/tools/eventregistration.en.xhtml @@ -43,7 +43,7 @@ - + * @@ -53,7 +53,17 @@

Please explain briefly what your event is about, how to attend and what participants can expect. If you register your event in another language than English, please consider to also upload an English version to make sure we understand it. Also be aware that (for technical reasons) we can only list English event entries on our front-page fsfe.org - any other language will only be visible under fsfe.org/events.

- + * + +
+
+
+
+
+
+
+ + diff --git a/templates/registerevent/event.php b/templates/registerevent/event.php index d08861d83c..d86d96c3cb 100644 --- a/templates/registerevent/event.php +++ b/templates/registerevent/event.php @@ -14,8 +14,12 @@ - + %s', htmlspecialchars($tag)); + } + ?> front-page