adding test page

This commit is contained in:
vabene1111
2023-01-19 20:31:52 +01:00
parent 191c38db8f
commit fb21622bfe
4 changed files with 75 additions and 81 deletions

View File

@@ -16,5 +16,16 @@
{% block script %}
{% if debug %}
<script src="{% url 'js_reverse' %}"></script>
{% else %}
<script src="{% static 'django_js_reverse/reverse.js' %}"></script>
{% endif %}
<script type="application/javascript">
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
</script>
{% render_bundle 'test_view' %}
{% endblock %}