From ae7268736feeb9ef7e7fb0c07c41077fb87683a0 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 21 Feb 2024 13:27:07 +0100 Subject: [PATCH] settings panel With first draft version of wallpaper changer --- playlist/templates/Base.html | 4 ++++ playlist/templates/Login.html | 19 ++++++------------- playlist/templates/Settings.html | 31 +++++++++++++++++++++++++++++++ playlist/templates/head.html | 8 ++++++++ playlist/urls.py | 3 +-- playlist/views.py | 15 +++------------ 6 files changed, 53 insertions(+), 27 deletions(-) create mode 100644 playlist/templates/Settings.html diff --git a/playlist/templates/Base.html b/playlist/templates/Base.html index 4ce0c6a..805f4d7 100644 --- a/playlist/templates/Base.html +++ b/playlist/templates/Base.html @@ -4,6 +4,7 @@ {% include "head.html" %} +
@@ -25,6 +26,9 @@
  • Nomineren
  • +
  • + Instellingen +
  • diff --git a/playlist/templates/Login.html b/playlist/templates/Login.html index 8df075f..1361f44 100644 --- a/playlist/templates/Login.html +++ b/playlist/templates/Login.html @@ -4,6 +4,7 @@ {% include "head.html" %} +