Finetuning
This commit is contained in:
parent
ddbc36b8aa
commit
a49f192125
|
@ -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 %}">
|
||||
|
|
Loading…
Reference in New Issue