We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bb5a4 commit 868e01fCopy full SHA for 868e01f
debug_toolbar/panels/templates/views.py
@@ -34,8 +34,8 @@ def template_source(request):
34
35
if loader is not None:
36
# 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
+ # themselves wrap other loaders. This adds support for
+ # django.template.loaders.cached.Loader and the
39
# django-template-partials loader (possibly among others)
40
if hasattr(loader, "loaders"):
41
loaders.extend(loader.loaders)
0 commit comments