From 833b125f46231665231736249cf89a33e32a662e Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 15 Oct 2022 20:49:03 +0100 Subject: [PATCH] add 'Publish' date section to /user/create-archive.html template. Only 'Month' and 'Year' are used because 'Day' is not relevant -- at time of writing. You might see an change to this form in a later commit if requirements change. --- templates/user/create-archive.html | 79 +++++++++++++++++++++--------- 1 file changed, 55 insertions(+), 24 deletions(-) diff --git a/templates/user/create-archive.html b/templates/user/create-archive.html index 6bba969..cd9a93e 100644 --- a/templates/user/create-archive.html +++ b/templates/user/create-archive.html @@ -62,31 +62,62 @@ type="hidden" name="AUTHENTICITY-TOKEN" value="{{token}}"> - - - -

- 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 %}