diff options
Diffstat (limited to 'debug_toolbar/templates/debug_toolbar/panels/templates.html')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/panels/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index bde09a9..7e44a46 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -31,7 +31,7 @@ <h4>{% blocktrans count context_processors|length as context_processors_count %}Context processor{% plural %}Context processors{% endblocktrans %}</h4> {% if context_processors %} <dl> -{% for key, value in context_processors.iteritems %} +{% for key, value in context_processors.items %} <dt><strong>{{ key|escape }}</strong></dt> <dd> <div class="djTemplateShowContextDiv"><a class="djTemplateShowContext"><span class="toggleArrow">▶</span> {% trans 'Toggle Context' %}</a></div> |
