From 875bd288411b5c6115594acd26a703631545f5ea Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 16 Sep 2022 19:11:19 +0100 Subject: [PATCH] add logout, delete account and create page links to dashboard.html. --- templates/user/dashboard.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index 07f30f5..dcd4d9b 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -7,13 +7,22 @@ Dashboard Edit Account
- - + +
+
+ + +
+ Create Page + {% if roles.administrator %} + Site Settings + Users + {% endif %} {% else %} Home Log-in {% endif %} - + {% endblock %}