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 staticfiles %}
{% load i18n %}
{% block title %}{% trans "Dashboard" %}{% endblock %}
{% block page_title %}{% trans "Dashboard" %}{% endblock %}
{% block content %}
<h1 class="page-header text-center">{% trans "Dashboard" %}</h1>

View File

@@ -1,6 +1,6 @@
{% extends 'public/middle_box.html' %}
{% load static %}
{% block title %}Login{% endblock %}
{% block page_title %}Login{% endblock %}
{% block middle_box_content %}
<p style="text-align:center">
<a href="{% url 'auth_sso_login' %}">

View File

@@ -2,7 +2,7 @@
{% load bootstrap %}
{% load i18n %}
{% extends 'public/base.html' %}
{% block title %}Registration{% endblock %}
{% block page_title %}Registration{% endblock %}
{% block extra_include %}
{% include 'bundles/bootstrap-css.html' %}
{% include 'bundles/fontawesome.html' %}

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 %}