aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 8 deletions
diff --git a/templates/news/post.html b/templates/news/post.html
deleted file mode 100644
index 56ad2e4..0000000
--- a/templates/news/post.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends 'base.html' %}
-
-{% block content %}
-<form action="{% url news.views.post %}" method="post">
-{{ form.as_p }}
-<input type="submit" value="Submit" />
-</form>
-{% endblock %}