This commit is contained in:
parent
c83683aaf1
commit
7fbb70e016
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{% extends "frontend/base.html" %}
|
||||
{% load i18n static pprint_filters %}
|
||||
{% block html_title %}
|
||||
{% block page_title %}
|
||||
{{ instance.display_name }}
|
||||
{% endblock page_title %}
|
||||
{{ instance.display_name }} ({{ instance.name }})
|
||||
{% endblock html_title %}
|
||||
{% block page_title %}
|
||||
{{ instance.display_name }} (<code>{{ instance.name }}</code>)
|
||||
{% endblock page_title %}
|
||||
{% block page_title_extra %}
|
||||
<div>
|
||||
{% if instance.fqdn_url %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue