From 187da57be13ff43ab932beaa9c9cb98414820831 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 11 Dec 2015 13:29:37 +0100 Subject: [PATCH] Add a title to html pages --- cas_server/templates/cas_server/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cas_server/templates/cas_server/base.html b/cas_server/templates/cas_server/base.html index 581f3fd..9a51014 100644 --- a/cas_server/templates/cas_server/base.html +++ b/cas_server/templates/cas_server/base.html @@ -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 %}