From f205dc325202f2b970b663dd88aac1e0a30a4c6e Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 24 Sep 2022 22:16:54 +0100 Subject: [PATCH] remove old code from /user/edit-page.html template. --- templates/user/edit-page.html | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/templates/user/edit-page.html b/templates/user/edit-page.html index 645dda4..fed15c6 100644 --- a/templates/user/edit-page.html +++ b/templates/user/edit-page.html @@ -1,32 +1,7 @@ {% extends "layouts/default.html" %} {% block title %}Edit: {{title}}{% endblock %} {% block content %} -

Edit: {{title}}

-
- {% if roles.logged-in %} - Dashboard - Edit Account -
- - -
-
- - -
- Create Page - View Pages - - {% if roles.administrator %} - Site Settings - Users - {% endif %} - - {% else %} - Home - Log-in - {% endif %} -
+

Edit Page