summaryrefslogtreecommitdiff
path: root/tests/templates/form_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/templates/form_view.html')
-rw-r--r--tests/templates/form_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/templates/form_view.html b/tests/templates/form_view.html
index a23fd0b657..1ef410fb71 100644
--- a/tests/templates/form_view.html
+++ b/tests/templates/form_view.html
@@ -2,7 +2,7 @@
{% block title %}Submit data{% endblock %}
{% block content %}
<h1>{{ message }}</h1>
-<form method='post' action='.'>
+<form method="post" action="">
{% if form.errors %}
<p class='warning'>Please correct the errors below:</p>
{% endif %}