summaryrefslogtreecommitdiff
path: root/tests/forms/templates/forms/article_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/forms/templates/forms/article_form.html')
-rw-r--r--tests/forms/templates/forms/article_form.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/forms/templates/forms/article_form.html b/tests/forms/templates/forms/article_form.html
new file mode 100644
index 0000000000..cde85051f6
--- /dev/null
+++ b/tests/forms/templates/forms/article_form.html
@@ -0,0 +1,8 @@
+<html>
+<body>
+ <form method="post" action=".">
+ {{ form.as_p }}<br>
+ <input id="submit" type="submit">
+ </form>
+</body>
+</html>