Chapter 12

This commit is contained in:
2023-06-04 11:30:31 +02:00
parent 190cd464cf
commit 5d0c774c14
5 changed files with 16 additions and 7 deletions

View File

@@ -47,4 +47,9 @@
{# application content needs to be provided in the app_content block #}
{% block app_content %}{% endblock %}
</div>
{% endblock %}
{% block scripts %}
{{ super() }}
{{ moment.include_moment() }}
{% endblock %}