Theming changes

This commit is contained in:
2022-06-07 14:43:01 +02:00
parent aed4c3b301
commit 6bed9e9374
96 changed files with 649 additions and 495 deletions

View File

@@ -4,7 +4,6 @@
{{if and .Authenticated .User.IsAdmin}}
<head>
{{template "meta_tags" "Administrator panel"}}
{{template "user_style" .}}
<script>
window.api_endpoint = '{{.APIEndpoint}}';
@@ -20,7 +19,6 @@
{{else}}
<head>
{{template "meta_tags" "Administrator panel"}}
{{template "user_style" .}}
</head>
<body>
{{template "page_top" .}}