forked from
smokesignal.events/smokesignal
i18n+filtering fork - fluent-templates v2
1{% from "form_include.html" import text_input %}
2<section class="section is-fullheight">
3 <div class="container ">
4
5 <div class="box content">
6
7 <h1>{{ t("edit-event-title") }}</h1>
8 {% include 'create_event.' + current_locale + '.partial.html' %}
9 </div>
10
11 </div>
12</section>
13<script>
14 function checkUserKeydown(event) {
15 return event instanceof KeyboardEvent
16 }
17</script>