From a477470a903616f8e6d2355a2090c7c3095f298e Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 17 Sep 2022 11:48:16 +0100 Subject: [PATCH] remove 'meta-data' from create-page.html template's HTML form. This is prep. for getting a working version of the /create/page defroute. My thinking at the minute is the logged in user can create a 'page' which is a page specific to the website and a 'post' of some sort for an actual archive entry. I don't know how desirable or feasible this design/approach is but I'm trying it to find out. --- templates/user/create-page.html | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/templates/user/create-page.html b/templates/user/create-page.html index f4b4199..1848802 100644 --- a/templates/user/create-page.html +++ b/templates/user/create-page.html @@ -27,16 +27,11 @@
- - - - - - - - - - + +
{% endblock %}