From 02df53e7f4e2e17b3d434c7e37a376704f0a6aae Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 24 Sep 2022 22:17:18 +0100 Subject: [PATCH] add and block out /user/edit-archive.html template. I still need to add a section for managing the archive entries thumbnail but the basics are in place. --- templates/user/edit-archive.html | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 templates/user/edit-archive.html diff --git a/templates/user/edit-archive.html b/templates/user/edit-archive.html new file mode 100644 index 0000000..02a854f --- /dev/null +++ b/templates/user/edit-archive.html @@ -0,0 +1,45 @@ +{% extends "layouts/default.html" %} +{% block title %}Edit: {{db-data.title}}{% endblock %} +{% block content %} +

Edit Archive

+ + + + + +
+ + + + + + +
+ +

TODO: Add thumbnail section

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