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
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
background: #aaa; background: #aaa;
} }
</style> </style>
{% block extraheader %}{% endblock %}
</head> </head>
<body> <body>
<!--BIG TITLE WITH LOGO--> <!--BIG TITLE WITH LOGO-->
...@@ -51,10 +52,11 @@ ...@@ -51,10 +52,11 @@
<p>Information about server admin and impressum</p> <p>Information about server admin and impressum</p>
</div> </div>
<!--SHARED JAVASCRIPT-->
<script src="js/auth.js"></script>
<script src="js/apicalls.js"></script>
<!--EXTRA JAVASCRIPT--> <!--EXTRA JAVASCRIPT-->
{% block scripts %} {% block scripts %}
{% endblock %} {% endblock %}
<!--SHARED JAVASCRIPT-->
<script src="js/auth.js"></script>
</body> </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