From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- blog/templates/edit-post.html | 134 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 blog/templates/edit-post.html (limited to 'blog/templates/edit-post.html') diff --git a/blog/templates/edit-post.html b/blog/templates/edit-post.html new file mode 100644 index 0000000..4a7b019 --- /dev/null +++ b/blog/templates/edit-post.html @@ -0,0 +1,134 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ - Blog - {{ selected_post.title }} + + + + + + + + + + + + + + + + + + + + +
{% csrf_token %} + + + + + + +
+
+
+
+
+ {{ post_form.title }} +{#

Problems look mighty small from 150 miles up

#} +{# Posted by {{ selected_post.user.username }} on {{ selected_post.created }}#} +
+
+
+
+
+ + +
+
+
+
+ {{ post_form.body }} +

{{ post_form.header_image }}

+

{{ post_form.comments_enabled }}

+
+
+
+
+
+
+ +
+ + + + + + + + + + + +{# #} + + + + -- cgit v1.3.1