diff options
| author | Jannis Leidel | 2012-03-05 17:56:25 +0100 | 
|---|---|---|
| committer | Jannis Leidel | 2012-03-05 17:56:40 +0100 | 
| commit | 6f2df17d3600f2ef45c2b79140c14886569f326d (patch) | |
| tree | ac83e645e0b21c9974706f57d3d8f0f9eba5ce5f /debug_toolbar/templates | |
| parent | 91bccdf2fb678278f074ea2d4c04b2a32618a498 (diff) | |
| download | django-debug-toolbar-6f2df17d3600f2ef45c2b79140c14886569f326d.tar.bz2 | |
Added i18n to the Signals panel.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/signals.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/signals.html b/debug_toolbar/templates/debug_toolbar/panels/signals.html index 75c1e22..96b863a 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/signals.html +++ b/debug_toolbar/templates/debug_toolbar/panels/signals.html @@ -2,7 +2,7 @@  <table>  	<thead>  		<tr> -			<th>{% trans "Signal" %}</th> +			<th>{% trans 'Signal' %}</th>  			<th>{% trans 'Providing Args' %}</th>  			<th>{% trans 'Receivers' %}</th>  		</tr>  | 
