Set template titles login and new-user
This commit is contained in:
parent
94a49a494e
commit
df50a8dc42
|
|
@ -17,6 +17,7 @@
|
||||||
This program comes with a copy of the GNU Affero General Public License
|
This program comes with a copy of the GNU Affero General Public License
|
||||||
file at the root of this project.
|
file at the root of this project.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
{% block title %}Login{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
This program comes with a copy of the GNU Affero General Public License
|
This program comes with a copy of the GNU Affero General Public License
|
||||||
file at the root of this project.
|
file at the root of this project.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
{% block title %}New User{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
{% if form.errors %}
|
{% if form.errors %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue