src/cm/templates/site/login_form.html
changeset 417 c5e91f204371
parent 285 1070d52adc11
child 436 83b032cbf471
--- a/src/cm/templates/site/login_form.html	Wed May 09 09:36:49 2012 +0200
+++ b/src/cm/templates/site/login_form.html	Wed May 09 17:13:33 2012 +0200
@@ -1,7 +1,7 @@
 {% load i18n %}
 <div id="login_container">
 
-<form id="login" enctype="multipart/form-data" class="wizard-form" action="." method="post">
+<form id="login" enctype="multipart/form-data" class="wizard-form" action="{% url login %}" method="post">
 
 <div class="underline_border">
 {% blocktrans with CONF.workspace_name as wname %}{{ wname }} Login{% endblocktrans %}
@@ -33,4 +33,4 @@
 
 </form>
 
-</div>
\ No newline at end of file
+</div>