*: fix title not being set correctly for server-side rendered views

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-02 12:22:50 +02:00
parent 379fcf9c1f
commit c529340d6c
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
{% load static %}
{% block title %}
authentik API Browser
API Browser - {{ config.authentik.branding.title }}
{% endblock %}
{% block head %}

View File

@ -4,7 +4,7 @@
{% load i18n %}
{% block title %}
{% trans 'Permission denied - authentik' %}
{% trans 'Permission denied' %} - {{ config.authentik.branding.title }}
{% endblock %}
{% block card_title %}

View File

@ -14,7 +14,7 @@
{% endblock %}
{% block title %}
{% trans 'End session' %}
{% trans 'End session' %} - {{ config.authentik.branding.title }}
{% endblock %}
{% block card_title %}