From 7d9e29bac8ffefb9e49646cc3824f4878768acaa Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 24 Sep 2022 01:25:24 +0100 Subject: [PATCH] add the /user/create-archive.html template. This is a rough but working copy. This is part of an end-of-session commit. --- templates/user/create-archive.html | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/user/create-archive.html diff --git a/templates/user/create-archive.html b/templates/user/create-archive.html new file mode 100644 index 0000000..b980eac --- /dev/null +++ b/templates/user/create-archive.html @@ -0,0 +1,39 @@ +{% extends "layouts/default.html" %} +{% block title %}Create a new archive entry{% endblock %} +{% block content %} +

Create Archive Entry

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