summaryrefslogtreecommitdiff
path: root/templates/registration
diff options
context:
space:
mode:
authorJoaquín Aguirrezabalaga <kinote@kinote.org>2014-01-03 01:06:22 +0100
committerJoaquín Aguirrezabalaga <kinote@kinote.org>2014-01-03 01:06:40 +0100
commitf05c5e2d8a705df1c94b63a978267b291c893bbb (patch)
treea8bd95e9cc2c0bd48be57893ccc4ddec63152d29 /templates/registration
parent802a74102b9073e961ef1d7a487f99b962d76512 (diff)
downloadelgarito-master.tar.gz
elgarito-master.zip
django 1.6HEADmaster
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html
index da38bd9..2e022d2 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -7,7 +7,7 @@
{% block content %}
<h2>Por favor introduce tu nombre de usuario y contraseña</h2>
-<form method="post" class="form" action="{% url django.contrib.auth.views.login %}">
+<form method="post" class="form" action="{% url "django.contrib.auth.views.login" %}">
{% csrf_token %}
{{ form|bootstrap }}