Finetuning

This commit is contained in:
Joshua Rubingh 2020-05-20 11:36:36 +02:00
parent ddbc36b8aa
commit a49f192125
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,8 @@
{% get_current_language as LANGUAGE_CODE %}
{% get_available_languages as LANGUAGES %}
{% get_language_info_list for LANGUAGES as languages %}
<script>
{% comment %} Here we set the MomentJS locale for all date and time actions {% endcomment %}
<script type="text/javascript">
moment.locale('{{LANGUAGE_CODE}}');
</script>
<input name="next" type="hidden" value="{% if redirect_to %}{{ redirect_to }}{% endif %}">