Skip to content

Commit 868e01f

Browse files
authored
Update debug_toolbar/panels/templates/views.py
1 parent f7bb5a4 commit 868e01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_toolbar/panels/templates/views.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def template_source(request):
3434

3535
if loader is not None:
3636
# Recursively unwrap loaders until we get to loaders which do not
37-
# themselves wrap other loaders. This occurs
38-
# with django.template.loaders.cached.Loader and the
37+
# themselves wrap other loaders. This adds support for
38+
# django.template.loaders.cached.Loader and the
3939
# django-template-partials loader (possibly among others)
4040
if hasattr(loader, "loaders"):
4141
loaders.extend(loader.loaders)

0 commit comments

Comments
 (0)