remove subtitle in header for narrow devices
This commit is contained in:
parent
f640f1adc0
commit
6d8a1971df
2 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{% load i18n %}
|
||||
|
||||
{% block title %}{% trans 'c3nav control panel' %}{% endblock %}
|
||||
{% block header_title %}{% trans 'control panel' %}{% endblock %}
|
||||
{% block header_title %}<small>{% trans 'control panel' %}</small>{% endblock %}
|
||||
{% block header_title_url %}{% url 'control.index' %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue