Compare commits

...

2 Commits

2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
{% extends 'base.html' %}
{% block scripts %}
<script>
backtoroot( "{{ msg }}" );
</script>
{% endblock %}

View File

@ -23,6 +23,6 @@
</main>
<script type="text/javascript" src="{{ url_for('static', filename='js/script.js') }}"></script>
{% block scripts %}{% endblock %}
</body>
</html>