Show instance name in title
All checks were successful
Tests / test (push) Successful in 29s

This commit is contained in:
Tobias Kunze 2025-12-17 16:47:00 +01:00
parent c83683aaf1
commit 7fbb70e016

View file

@ -1,10 +1,11 @@
{% extends "frontend/base.html" %} {% extends "frontend/base.html" %}
{% load i18n static pprint_filters %} {% load i18n static pprint_filters %}
{% block html_title %} {% block html_title %}
{% block page_title %} {{ instance.display_name }} ({{ instance.name }})
{{ instance.display_name }}
{% endblock page_title %}
{% endblock html_title %} {% endblock html_title %}
{% block page_title %}
{{ instance.display_name }} (<code>{{ instance.name }}</code>)
{% endblock page_title %}
{% block page_title_extra %} {% block page_title_extra %}
<div> <div>
{% if instance.fqdn_url %} {% if instance.fqdn_url %}