Uniform page titles

This commit is contained in:
Basraah
2017-10-12 10:20:40 +10:00
parent ef37cb3ea5
commit 47b5b286d8
45 changed files with 14 additions and 74 deletions

View File

@@ -2,7 +2,7 @@
{% load bootstrap %}
{% load i18n %}
{% load static %}
{% block title %}Register{% endblock %}
{% block page_title %}Register{% endblock %}
{% block middle_box_content %}
<form class="form-signin" role="form" action="" method="POST">
{% csrf_token %}