aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/templates
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/panels/templates')
-rw-r--r--debug_toolbar/panels/templates/panel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_toolbar/panels/templates/panel.py b/debug_toolbar/panels/templates/panel.py
index 2a55368..df39804 100644
--- a/debug_toolbar/panels/templates/panel.py
+++ b/debug_toolbar/panels/templates/panel.py
@@ -142,12 +142,12 @@ class TemplatesPanel(Panel):
# Implement the Panel API
- nav_title = _('Templates')
+ nav_title = _("Templates")
@property
def title(self):
num_templates = len(self.templates)
- return _('Templates (%(num_templates)s rendered)') % {'num_templates': num_templates}
+ return _("Templates (%(num_templates)s rendered)") % {'num_templates': num_templates}
template = 'debug_toolbar/panels/templates.html'