Skip to content
Snippets Groups Projects
Commit a70a5f99 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

shared js before specific js, s.t. function calls work

parent 865db06b
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
background: #aaa;
}
</style>
{% block extraheader %}{% endblock %}
</head>
<body>
<!--BIG TITLE WITH LOGO-->
......@@ -51,10 +52,11 @@
<p>Information about server admin and impressum</p>
</div>
<!--SHARED JAVASCRIPT-->
<script src="js/auth.js"></script>
<script src="js/apicalls.js"></script>
<!--EXTRA JAVASCRIPT-->
{% block scripts %}
{% endblock %}
<!--SHARED JAVASCRIPT-->
<script src="js/auth.js"></script>
</body>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment