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

-
- - Dashboard - View Dashboard - - - New Archive Entry - View Entry - - - New Archive Entry - Create Entry - - - Archive Index - Archive Index - - - Storage Index - Storage Index - - - Pages Index - Pages Index - -
+
+ + Dashboard + View Dashboard + + + New Archive Entry + View Entry + + + New Archive Entry + Create Entry + + + Archive Index + Archive Index + + + Storage Index + Storage Index + + + Pages Index + Pages Index + +
- + - + -
+
- {{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 %}