From 0795a67f862d3045c62b12605a5995e6235d62ba Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 4 Oct 2022 10:30:04 +0100 Subject: [PATCH] move /user/edit link out of administrator check in dashboard.html. Non-administrator's will now be able to see the 'Account Details' link when viewing the /dashboard page. It was a mistake I hadn't caught. --- templates/user/dashboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index febfeb4..bc9316b 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -218,13 +218,13 @@
-

Accounts and Settings

- {% if roles.administrator %} - +

Accounts and Settings

+
Edit Profile Account Details + {% if roles.administrator %} Manage Accounts