Format sith

This commit is contained in:
Pierre Brunet 2017-06-12 10:06:25 +02:00
parent e2311dcb71
commit cd46e099b6
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@
from debug_toolbar.panels.templates import TemplatesPanel as BaseTemplatesPanel
class TemplatesPanel(BaseTemplatesPanel):
def generate_stats(self, *args):
template = self.templates[0]['template']

View File

@ -80,4 +80,3 @@ if settings.DEBUG:
urlpatterns += [
url(r'^__debug__/', include(debug_toolbar.urls)),
]