make the header work on all pages

This commit is contained in:
Jakob Ketterl
2020-05-10 16:23:05 +02:00
parent 508ea2cf96
commit 813474b5d6
10 changed files with 11 additions and 20 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="static/css/admin.css" />
<script src="static/lib/jquery-3.2.1.min.js"></script>
<script src="https://unpkg.com/location-picker/dist/location-picker.min.js"></script>
<script src="static/lib/Header.js"></script>
<script src="static/settings.js"></script>
<meta charset="utf-8">
</head>