fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use thema from audience.
[redakcja.git]
/
src
/
redakcja
/
templates
/
registration
/
login.html
diff --git
a/src/redakcja/templates/registration/login.html
b/src/redakcja/templates/registration/login.html
index
adbef3c
..
7bef2eb
100644
(file)
--- 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 %}
{% block titleextra %}Logowanie{% endblock %}
{% block subtitle %} - Logowanie {% endblock subtitle %}
@@
-6,7
+6,7
@@
{% block content %}
<div class="isection">
{% 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>
{% csrf_token %}
{{ form.as_p }}
<p><input type="submit" value="Login" /></p>