Skip to content

Commit b508aa5

Browse files
committed
Correct the dotted path to TemplatesPanel
1 parent 6f4f729 commit b508aa5

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)