From 94e326a292d748157b7837bad2eeaa4c4d330b91 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 17 Sep 2022 18:19:02 +0100 Subject: [PATCH] expand the site-settings.html template. This is template still needs a lot of work done to it. The additions in this commit focus on the set home page and enable/disable the sign-up features. --- templates/user/site-settings.html | 47 ++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/templates/user/site-settings.html b/templates/user/site-settings.html index 36c4ecd..98a1559 100644 --- a/templates/user/site-settings.html +++ b/templates/user/site-settings.html @@ -4,22 +4,49 @@

Site Settings

Dashboard -
- - +
+ {{settings.enable-sign-up}} + {{settings.home-page}} + {% for page in pages %} + {{page}} + {% endfor %} +
+ +

Sign-Up

+ + +
-

Not Implemented

-
- - - Currently set to: {{settings.home-page}} - +

Currently set to: {{settings.home-page}}

+
+

Navigation Menu

+
+ + + {% for page in pages %} + + + {% endfor %} + + +
+ {% endblock %}