Skip to content

Commit 4844136

Browse files
committed
Merge pull request #485 from mjumbewu/patch-1
Correct the dotted path to TemplatesPanel
2 parents 6f4f729 + b508aa5 commit 4844136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ setting. The default value is::
1818
'debug_toolbar.panels.headers.HeadersPanel',
1919
'debug_toolbar.panels.request.RequestPanel',
2020
'debug_toolbar.panels.sql.SQLPanel',
21-
'debug_toolbar.panels.template.TemplatesPanel',
21+
'debug_toolbar.panels.templates.TemplatesPanel',
2222
'debug_toolbar.panels.cache.CachePanel',
2323
'debug_toolbar.panels.signals.SignalsPanel',
2424
'debug_toolbar.panels.logging.LoggingPanel',

0 commit comments

Comments
 (0)