Add a title to html pages

This commit is contained in:
Valentin Samir 2015-12-11 13:29:37 +01:00
parent 48d5273afb
commit 187da57be1
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{% 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 bootstrap3 %}