From 5a711759e75bfef4788498d9cfaa9fe019bcd15d Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Fri, 19 Sep 2008 10:47:16 -0700 Subject: Remove the safe filter from template context so objects don't turn into HTML tags (e.g. ) --- debug_toolbar/templates/debug_toolbar/panels/templates.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug_toolbar') diff --git a/debug_toolbar/templates/debug_toolbar/panels/templates.html b/debug_toolbar/templates/debug_toolbar/panels/templates.html index 0c47c5c..575d507 100644 --- a/debug_toolbar/templates/debug_toolbar/panels/templates.html +++ b/debug_toolbar/templates/debug_toolbar/panels/templates.html @@ -16,10 +16,10 @@
{{ template.template.origin_name|addslashes }}
- +
{% endfor %} {% else %} None -{% endif %} \ No newline at end of file +{% endif %} -- cgit v1.2.3