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 f679d55 commit 9959ee7Copy full SHA for 9959ee7
codespeed/views.py
@@ -66,7 +66,7 @@ class HomeView(TemplateView):
66
template_name = "home.html"
67
68
def get_context_data(self, **kwargs):
69
- context = super().get_context_data(**kwargs)
+ context = super(HomeView, self).get_context_data(**kwargs)
70
context['show_reports'] = settings.SHOW_REPORTS
71
context['show_historical'] = settings.SHOW_HISTORICAL
72
historical_settings = ['SHOW_HISTORICAL', 'DEF_BASELINE', 'DEF_EXECUTABLE']
0 commit comments