Finetuning
This commit is contained in:
parent
ddbc36b8aa
commit
a49f192125
@ -86,7 +86,8 @@
|
|||||||
{% get_current_language as LANGUAGE_CODE %}
|
{% get_current_language as LANGUAGE_CODE %}
|
||||||
{% get_available_languages as LANGUAGES %}
|
{% get_available_languages as LANGUAGES %}
|
||||||
{% get_language_info_list for 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}}');
|
moment.locale('{{LANGUAGE_CODE}}');
|
||||||
</script>
|
</script>
|
||||||
<input name="next" type="hidden" value="{% if redirect_to %}{{ redirect_to }}{% endif %}">
|
<input name="next" type="hidden" value="{% if redirect_to %}{{ redirect_to }}{% endif %}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user