use SITE_NAME constant as page title

This commit is contained in:
Peter Pfeufer
2021-10-19 11:50:42 +02:00
parent 1fd708e765
commit 5fcb092151
5 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
{% extends 'public/middle_box.html' %}
{% load i18n %}
{% load static %}
{% block page_title %}Login{% endblock %}
{% block page_title %}{% translate "Login" %}{% endblock %}
{% block middle_box_content %}
<a href="{% url 'auth_sso_login' %}{% if request.GET.next %}?next={{request.GET.next}}{%endif%}">
<img class="img-responsive center-block" src="{% static 'img/sso/EVE_SSO_Login_Buttons_Large_Black.png' %}" border=0>