X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/577bb2b84d936d65bf072ef0a6b898db9d6e77ab..c58ede829174b66ec4d2b0c949b771a3eed27e1b:/redakcja/templates/registration/login.html

diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html
index e2b0465f..4a46bd32 100644
--- a/redakcja/templates/registration/login.html
+++ b/redakcja/templates/registration/login.html
@@ -1,11 +1,11 @@
-{% extends "wiki/base.html" %}
+{% extends "catalogue/base.html" %}
 
 {% block subtitle %} - Logowanie {% endblock subtitle %}
 
 {% block content %}
 
 <div class="isection">
-<form method="POST" action="{% url login %}">
+<form method="POST" action="{% url 'login' %}">
 {% csrf_token %}
 {{ form.as_p }}
 <p><input type="submit" value="Login" /></p>