summaryrefslogtreecommitdiffstats
path: root/templates/news/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/post.html')
-rw-r--r--templates/news/post.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/news/post.html b/templates/news/post.html
new file mode 100644
index 0000000..56ad2e4
--- /dev/null
+++ b/templates/news/post.html
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<form action="{% url news.views.post %}" method="post">
+{{ form.as_p }}
+<input type="submit" value="Submit" />
+</form>
+{% endblock %}