From f89b1958d9e399ab8502df7d50293c1c90bdf342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 25 Mar 2015 14:20:21 +0100 Subject: [PATCH] fix footer to mention u-auth, not "portail admin" (#6825) --- uauth/templates/uauth/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uauth/templates/uauth/base.html b/uauth/templates/uauth/base.html index a0df216..ba6c0c2 100644 --- a/uauth/templates/uauth/base.html +++ b/uauth/templates/uauth/base.html @@ -2,7 +2,7 @@ {% load static %} {% block page-title %}U-Auth{% endblock %} {% block site-title %}U-Auth{% endblock %} -{% block footer %}Portail admin — Copyright © Entr'ouvert{% endblock %} +{% block footer %}U-Auth — Copyright © Entr'ouvert{% endblock %} {% block css %} -- 2.1.4