mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Overwriting current tab titles trial 1
This commit is contained in:
parent
12c044d29a
commit
6bcbf9c170
1 changed files with 17 additions and 2 deletions
|
@ -26,10 +26,25 @@
|
|||
<script type="application/javascript" src="{% static 'js/dja-collapse.js' %}" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
|
||||
{% block title %}
|
||||
{% if subtitle %}
|
||||
{{ subtitle }} |
|
||||
{% endif %}
|
||||
{% if title == "Audit log administration" %}
|
||||
Audit log |
|
||||
{% elif title == "Select log entry to change" %}
|
||||
Log entries |
|
||||
{% elif title == "Select log entry to view" %}
|
||||
Log entries |
|
||||
{% else %}
|
||||
{{ title }} |
|
||||
{% endif %}
|
||||
{{ site_title|default:_('Django site admin') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block extrastyle %}{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/styles.css' %}" />
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
{% if not IS_PRODUCTION %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue