diff options
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index f6a508d..a45e9b6 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -31,8 +31,8 @@  					{% else %}  					    <div class="contentless">  					{% endif %} -					{{ panel.title }} -					{% with panel.subtitle as subtitle %} +					{{ panel.nav_title }} +					{% with panel.nav_subtitle as subtitle %}  						{% if subtitle %}<br><small>{{ subtitle }}</small>{% endif %}  					{% endwith %}  					{% if panel.has_content %}  | 
