summaryrefslogtreecommitdiff
path: root/templates/registration/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/login.html')
-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 }}