aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/panels/__init__.py')
-rw-r--r--debug_toolbar/panels/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug_toolbar/panels/__init__.py b/debug_toolbar/panels/__init__.py
index 879755a..cf65aa8 100644
--- a/debug_toolbar/panels/__init__.py
+++ b/debug_toolbar/panels/__init__.py
@@ -22,6 +22,10 @@ class DebugPanel(object):
"""Subtitle showing until title in toolbar"""
return ''
+ def title(self):
+ """Title showing in panel"""
+ raise NotImplementedError
+
def url(self):
raise NotImplementedError