From 822988142666fccb216a17ef3abbee7b6bbcf76b Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Tue, 7 Oct 2008 12:23:18 -0700 Subject: Clicking on a template file now will fetch and show the source of the template. Thanks to Adam Gomaa for the patch. --- debug_toolbar/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'debug_toolbar/urls.py') diff --git a/debug_toolbar/urls.py b/debug_toolbar/urls.py index 53a426b..77d1a80 100644 --- a/debug_toolbar/urls.py +++ b/debug_toolbar/urls.py @@ -12,4 +12,5 @@ urlpatterns = patterns('', url(r'^__debug__/sql_select/$', 'debug_toolbar.views.sql_select', name='sql_select'), url(r'^__debug__/sql_explain/$', 'debug_toolbar.views.sql_explain', name='sql_explain'), url(r'^__debug__/sql_profile/$', 'debug_toolbar.views.sql_profile', name='sql_profile'), + url(r'^__debug__/template_source/$', 'debug_toolbar.views.template_source', name='template_source'), ) -- cgit v1.2.3