Extend stats range to 2018
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2023-11-02 15:27:19 +01:00
parent 2bd07e5f2d
commit 0bf05acdaf
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ def model_counts(request):
def stats_dropdown_year_range(request):
return {"stats_dropdown_year_range": range(2022, 2024)}
return {"stats_dropdown_year_range": range(2018, 2024)}
def add_session(request):