Add a title to html pages
This commit is contained in:
parent
48d5273afb
commit
187da57be1
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{% extends 'bootstrap3/bootstrap3.html' %}
|
{% extends 'bootstrap3/bootstrap3.html' %}
|
||||||
{% block bootstrap3_title %}{% block title %}{% endblock %}{% endblock %}
|
{% load i18n %}
|
||||||
|
{% block bootstrap3_title %}{% block title %}{% trans "Central Authentication Service" %}{% endblock %}{% endblock %}
|
||||||
|
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
|
|
Loading…
Reference in a new issue