From 42413235bed80e9af6a9655dba504dbf2bdc572c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 10 Jan 2018 21:09:10 +0100 Subject: Adding edit/update logic. The model is not done yet, though. No net on the train. --- templates/edit_post.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/edit_post.html (limited to 'templates/edit_post.html') diff --git a/templates/edit_post.html b/templates/edit_post.html new file mode 100644 index 0000000..9154e3d --- /dev/null +++ b/templates/edit_post.html @@ -0,0 +1,30 @@ + + + + Edit {{ post.title }} + + +

Edit post

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+ + -- cgit v1.2.3