summaryrefslogtreecommitdiff
path: root/papillon/templates/create.html
diff options
context:
space:
mode:
authorÉtienne Loks2011-10-25 00:17:19 +0200
committerÉtienne Loks2011-10-25 00:17:19 +0200
commite41e52768085a81b1b5d48f5f0583b6449179fa8 (patch)
treeda836b2f6390b6490fb3f8acfaea3aaa4a2ad7d5 /papillon/templates/create.html
parent2a50c79d3b9de35937c07c838205e25ad058b3e1 (diff)
Correct hard link in templates and views (closes #309)
Diffstat (limited to 'papillon/templates/create.html')
-rw-r--r--papillon/templates/create.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/templates/create.html b/papillon/templates/create.html
index 7c3d2b3..224ae78 100644
--- a/papillon/templates/create.html
+++ b/papillon/templates/create.html
@@ -9,7 +9,7 @@
{% block content %}
<h2>{% trans "New poll" %}</h2>
-<form action="" method="post">
+<form action="." method="post">
<table class='new_poll'>
{% for field in form %}
{% if field.is_hidden %}