1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-04-01 17:30:26 +00:00

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

@ -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']

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