Skip to content

Commit

Permalink
fixed space on titles
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdss authored and robhudson committed Oct 17, 2009
1 parent e43d66a commit 0595823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug_toolbar/templates/debug_toolbar/panels/templates.html
@@ -1,5 +1,5 @@
{% load i18n %}
<h4>{% trans 'Template path' %} {{ template_dirs|length|pluralize }}</h4>
<h4>{% trans 'Template path' %}{{ template_dirs|length|pluralize }}</h4>
{% if template_dirs %}
<ol>
{% for template in template_dirs %}
Expand Down Expand Up @@ -28,7 +28,7 @@ <h4>{% trans "Template" %}{{ templates|length|pluralize }}</h4>
<p>{% trans 'None' %}</p>
{% endif %}

<h4>{% trans 'Context processor' %} {{ context_processors|length|pluralize }}</h4>
<h4>{% trans 'Context processor' %}{{ context_processors|length|pluralize }}</h4>
{% if context_processors %}
<dl>
{% for key, value in context_processors.iteritems %}
Expand Down

0 comments on commit 0595823

Please sign in to comment.