diff options
| author | Idan Gazit | 2009-08-12 05:09:04 +0300 | 
|---|---|---|
| committer | Idan Gazit | 2009-08-12 05:09:04 +0300 | 
| commit | 5015057cfe3448028ff79ca36a96f1baa4224226 (patch) | |
| tree | a2504a71d7f0b594b267e41ce09ae827d6a0f562 /debug_toolbar/templates | |
| parent | 2e5e136e00f964c10247c78da88e2b11e1f5a7dd (diff) | |
| download | django-debug-toolbar-5015057cfe3448028ff79ca36a96f1baa4224226.tar.bz2 | |
added in-panel title
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index a45e9b6..ab591dd 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -52,6 +52,7 @@  	{% for panel in panels %}  		{% if panel.has_content %}  			<div id="{{ panel.dom_id }}" class="panelContent"> +			    <h3>{{ panel.title|safe }}</h3>  				<a href="" class="close">Close</a>  				{{ panel.content|safe }}  			</div>  | 
