JS Translation

This commit is contained in:
loulous27 2025-11-22 23:04:59 +01:00
parent 76b9f58f68
commit ccbf1b7d36
6 changed files with 98 additions and 4 deletions

View file

@ -132,6 +132,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<script src="{% static "lang-select.js" %}"></script>
<script src="{% static "bootstrap5/js/bootstrap.bundle.min.js" %}"></script>
<script src="{% url 'javascript-catalog' %}"></script>
{% block extrajs %}{% endblock %}
</body>
</html>