Merge branch 'main' of https://git.yum2.cc/luff/inventory_check
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
{% block scripts %}
|
||||||
<script>
|
<script>
|
||||||
backtoroot( "{{ msg }}" );
|
backtoroot( "{{ msg }}" );
|
||||||
</script>
|
</script>
|
||||||
|
{% endblock %}
|
@ -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>
|
Reference in New Issue
Block a user