diff options
| author | Joaquín Aguirrezabalaga <kinote@kinote.org> | 2014-01-03 01:06:22 +0100 | 
|---|---|---|
| committer | Joaquín Aguirrezabalaga <kinote@kinote.org> | 2014-01-03 01:06:40 +0100 | 
| commit | f05c5e2d8a705df1c94b63a978267b291c893bbb (patch) | |
| tree | a8bd95e9cc2c0bd48be57893ccc4ddec63152d29 /templates/registration/login.html | |
| parent | 802a74102b9073e961ef1d7a487f99b962d76512 (diff) | |
| download | elgarito-master.tar.gz elgarito-master.zip  | |
Diffstat (limited to 'templates/registration/login.html')
| -rw-r--r-- | templates/registration/login.html | 2 | 
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 }}  | 
