We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184992f commit 2359b2eCopy full SHA for 2359b2e
debug_toolbar/panels/staticfiles.py
@@ -75,7 +75,7 @@ class StaticFilesPanel(panels.Panel):
75
76
@property
77
def title(self):
78
- return (_("Static files (%(num_found)s found)") %
+ return (_("Static files (%(num_found)s found, %(num_used)s used)") %
79
{'num_found': self.num_found, 'num_used': self.num_used})
80
81
def __init__(self, *args, **kwargs):
0 commit comments