From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- root/templates/edit.html | 138 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 root/templates/edit.html (limited to 'root/templates/edit.html') diff --git a/root/templates/edit.html b/root/templates/edit.html new file mode 100644 index 0000000..a3a6986 --- /dev/null +++ b/root/templates/edit.html @@ -0,0 +1,138 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }} + + + + + + + + + + + + + + + + + + + + +
{% csrf_token %} +{{ form.non_field_errors }} + + + + + + +
+
+
+
+
+ {{ page_edit.title }} +
+ {{ page_edit.subtitle }} +
+
+
+
+
+ + +
+
+
+

+ {{ page_edit.name }}

+

+ {{ page_edit.header_image }}

+
+ {{ page_edit.body }} +
+ {{ page_edit.title.errors }} +
+
+
+
+
+ +
+ + + + + + + + + + + +{# #} + + + + -- cgit v1.3.1