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 +++++++++++++++++++++++++++++++++++++++++++++++ root/templates/page.html | 133 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 271 insertions(+) create mode 100644 root/templates/edit.html create mode 100644 root/templates/page.html (limited to 'root/templates') 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 }} +
+
+
+
+
+ +
+ + + + + + + + + + + +{# #} + + + + diff --git a/root/templates/page.html b/root/templates/page.html new file mode 100644 index 0000000..287c552 --- /dev/null +++ b/root/templates/page.html @@ -0,0 +1,133 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

{{ page_content.title }}

+ {% if page_content.subtitle %} +
+ {{ page_content.subtitle }} + {% endif %} +
+
+
+
+
+ + +
+
+
+ {{ page_content.body|safe }} +
+
+
+ +
+ + + + + + + + + + + + + + + + -- cgit v1.3.1