File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h4>{% blocktrans count templates|length as template_count %}Template{% plural %
14
14
{% if templates %}
15
15
< dl >
16
16
{% for template in templates %}
17
- < dt > < strong > < a class ="remoteCall toggleTemplate " href ="{% url 'djdt:template_source' %}?template={{ template.template.name }}> ;template_origin={{ template.template.origin_name }} "> {{ template.template.name|addslashes }}</ a > </ strong > </ dt >
17
+ < dt > < strong > < a class ="remoteCall toggleTemplate " href ="{% url 'djdt:template_source' %}?template={{ template.template.name }}& ;template_origin={{ template.template.origin_name }} "> {{ template.template.name|addslashes }}</ a > </ strong > </ dt >
18
18
< dd > < samp > {{ template.template.origin_name|addslashes }}</ samp > </ dd >
19
19
{% if template.context %}
20
20
< dd >
You can’t perform that action at this time.
0 commit comments