settings panel

With first draft version of wallpaper changer
This commit is contained in:
2024-02-21 13:27:07 +01:00
parent 2eeb8eee10
commit ae7268736f
6 changed files with 53 additions and 27 deletions
+4
View File
@@ -4,6 +4,7 @@
{% include "head.html" %}
</head>
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
<script>setWallpaper()</script>
<div class="window" id="main-window">
<div class="title-bar main-title-bar">
<div class="title-bar-text">
@@ -25,6 +26,9 @@
<li role="tab" {% if request.path == '/track/' %}aria-selected="true" {% endif %}>
<a href="{% url 'nominate' %}">Nomineren</a>
</li>
<li role="tab" {% if request.path == '/settings/' %}aria-selected="true" {% endif %}>
<a href="{% url 'settings' %}">Instellingen</a>
</li>
</menu>
<div class="window" role="tabpanel">
<div class="window-body">