From: qw3rty Date: Thu, 29 Apr 2010 17:49:19 +0000 (+0000) Subject: OSQA-140: X-Git-Tag: live~987 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/9a37b12ee33ddaca8ec3d9a9f771e0faf8df9739 OSQA-140: Fixed the title of the login page as well as the titles of the admin pages. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@97 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/osqaadmin/set.html b/forum/skins/default/templates/osqaadmin/set.html index 2a3b26f..df91bd1 100644 --- a/forum/skins/default/templates/osqaadmin/set.html +++ b/forum/skins/default/templates/osqaadmin/set.html @@ -3,6 +3,7 @@ {% load i18n %} {% load extra_tags %} +{% block title %}{{ form.set.title }}{% endblock %} {% block subtitle %}{{ form.set.title }}{% endblock %} {% block description %}{{ form.set.description }}{% endblock %} diff --git a/forum_modules/localauth/templates/loginform.html b/forum_modules/localauth/templates/loginform.html index b1784fb..00113d5 100644 --- a/forum_modules/localauth/templates/loginform.html +++ b/forum_modules/localauth/templates/loginform.html @@ -1,4 +1,5 @@ {% load i18n %} +{% block title %}{% spaceless %}{% trans "Login" %}{% endspaceless %}{% endblock %}

Enter your local user name and password
(or select your external provider above)