Compare commits

..

2 Commits

2 changed files with 4 additions and 2 deletions

View File

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

View File

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