From 426d404593d4548f7a17b72cc34340602ce55049 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 3 Oct 2022 06:19:02 +0100 Subject: [PATCH] update HTML in /user/edit-page.html template. --- templates/user/edit-page.html | 116 ++++++++++++++++++++++++++++------ 1 file changed, 97 insertions(+), 19 deletions(-) diff --git a/templates/user/edit-page.html b/templates/user/edit-page.html index fed15c6..7e087cb 100644 --- a/templates/user/edit-page.html +++ b/templates/user/edit-page.html @@ -1,8 +1,40 @@ {% extends "layouts/default.html" %} {% block title %}Edit: {{title}}{% endblock %} {% block content %} +

Edit Page

+ + -
- - - + + +
+ - - + + +
-
- - - + + + + - - +
+ + +
-
- - - -
+
{% endblock %}