From 5ef81ba4f3f5becf5cbd3c11572c625026b8ef85 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 3 Oct 2022 06:18:49 +0100 Subject: [PATCH] update HTML in /user/edit-archive.html template. --- templates/user/edit-archive.html | 129 ++++++++++++++++++++++++++----- 1 file changed, 111 insertions(+), 18 deletions(-) diff --git a/templates/user/edit-archive.html b/templates/user/edit-archive.html index b8ac1db..067d08b 100644 --- a/templates/user/edit-archive.html +++ b/templates/user/edit-archive.html @@ -1,7 +1,39 @@ {% extends "layouts/default.html" %} {% block title %}Edit: {{db-data.title}}{% endblock %} {% block content %} -

Edit Archive

+
+

Edit Archive Entry

+ + @@ -22,29 +54,89 @@ }); -{{db-data.title}} -
- - - - + + + +
+ {{db-data.title}} + + +
-
- - - + + + + - - +
+ + +
-
- - + + + - - +

+ Use a comma to seperate keywords (E.G. 'art,welding,green paint,metal'). + Words seperated by a space and not a comma are marked as one keyword. + So, 'green paint' is one keyword not two in this example. +

+
+ + +
@@ -56,4 +148,5 @@
+
{% endblock %}