diff options
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/login.html | 2 | ||||
-rw-r--r-- | templates/registration/logout.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html index b5894319..ff360de3 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load static from staticfiles %} -{% block title %}Arch Linux - Developer Login{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Developer Login{% endblock %} {% block content %} <div id="dev-login" class="box"> diff --git a/templates/registration/logout.html b/templates/registration/logout.html index 84bbff94..5c296c5d 100644 --- a/templates/registration/logout.html +++ b/templates/registration/logout.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Logout successful{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Logout successful{% endblock %} {% block content %} <div id="dev-logout" class="box"> |