From 3ff07064a6fd9a782ef3cef818b5120ab7deefe3 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 15 Oct 2022 20:50:43 +0100 Subject: [PATCH] add 'Publish' date section to /user/edit-archive.html template. --- templates/user/edit-archive.html | 296 ++++++++++++++++++------------- 1 file changed, 176 insertions(+), 120 deletions(-) diff --git a/templates/user/edit-archive.html b/templates/user/edit-archive.html index b528680..0f76110 100644 --- a/templates/user/edit-archive.html +++ b/templates/user/edit-archive.html @@ -2,76 +2,76 @@ {% block title %}Edit: {{db-data.title}}{% endblock %} {% block content %}
-

Edit Archive Entry

+

Edit Archive Entry

- + - + - + -
+
- {{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. + 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.

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