summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/edit_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/edit_post.html')
-rw-r--r--apioforum/templates/edit_post.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/apioforum/templates/edit_post.html b/apioforum/templates/edit_post.html
new file mode 100644
index 0000000..00673b8
--- /dev/null
+++ b/apioforum/templates/edit_post.html
@@ -0,0 +1,13 @@
+{% from 'common.html' import disp_post %}
+{% extends 'base.html' %}
+{% block header %}
+<h1>{%block title%}editing post{%endblock%}</h1>
+{% endblock %}
+
+{% block content %}
+<form method="post">
+<textarea name="newcontent">
+ the
+</textarea>
+<input type="submit" value="go">
+</form>