mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 01:26:22 +01:00
7 lines
425 B
HTML
7 lines
425 B
HTML
<!-- Start Moment.js from cdnjs -->
|
|
<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js"></script>
|
|
{% if locale and LANGUAGE_CODE != 'en' %}
|
|
<!-- Moment.JS Not EN-en -->
|
|
<script type="application/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/locale/{{ LANGUAGE_CODE }}.js"></script>
|
|
{% endif %}
|
|
<!-- End Moment JS from cdnjs --> |