summaryrefslogtreecommitdiff
path: root/parts/django/tests/templates/form_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'parts/django/tests/templates/form_view.html')
-rw-r--r--parts/django/tests/templates/form_view.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/parts/django/tests/templates/form_view.html b/parts/django/tests/templates/form_view.html
deleted file mode 100644
index 1487217..0000000
--- a/parts/django/tests/templates/form_view.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-{% block title %}Submit data{% endblock %}
-{% block content %}
-<h1>{{ message }}</h1>
-<form method='post' action='.'>
-{% if form.errors %}
-<p class='warning'>Please correct the errors below:</p>
-{% endif %}
-<ul class='form'>
-{{ form }}
-<li><input type='submit' value='Submit'></li>
-</ul>
-</form>
-
-{% endblock %} \ No newline at end of file