X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..55ec37324e9008cdb641ee55ed367a941f0fed07:/src/redakcja/templates/registration/login.html

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