Skip to content
Snippets Groups Projects
Commit ad32bbd9 authored by Tobias Jülg's avatar Tobias Jülg
Browse files

Fixed js

parent 7c0e502b
No related branches found
No related tags found
Loading
Pipeline #1560 failed
......@@ -24,12 +24,11 @@
</div>
{% endblock %}
{% block footer_scripts %}
<script src="{% static " js/jquery-3.5.1.min.js" %}"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
<script src="{% static " js/reload.js" %}"></script>
<script src="{% static "js/jquery-3.5.1.min.js" %}"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
<script src="{% static "js/reload.js" %}"></script>
<script src="{% static " js/popper-1.16.1.min.js" %}"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"></script>
<script src="{% static " bootstrap-4.5.3-dist/js/bootstrap.min.js" %}"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"></script>
<script src="{% static "bootstrap-4.5.3-dist/js/bootstrap.min.js" %}"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"></script>
<script src="{% static "management/js/session.js" %}"></script>
{% endblock %}
\ No newline at end of file
......@@ -35,12 +35,11 @@
{% block footer_scripts %}
{# If the QR code was scanned and the user logged in successfully the page will automatically #}
{# change to add_mobile_voter_name again #}
<script src="{% static " js/jquery-3.5.1.min.js" %}"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
<script src="{% static " js/reload.js" %}"></script>
<script src="{% static "js/jquery-3.5.1.min.js" %}"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="></script>
<script src="{% static "js/reload.js" %}"></script>
<script src="{% static " js/popper-1.16.1.min.js" %}"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"></script>
<script src="{% static " bootstrap-4.5.3-dist/js/bootstrap.min.js" %}"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"></script>
<script src="{% static "bootstrap-4.5.3-dist/js/bootstrap.min.js" %}"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"></script>
<script src="{% static "management/js/session.js" %}"></script>
{% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment