diff --git a/setup.py b/setup.py index 2f74248..7f41f66 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ install_requires=[ 'celery', 'dictdiffer', - 'django', + 'django<4.2.0', 'django-allauth', 'django-configurations[database,email]', 'django-extensions', diff --git a/stade/core/templates/base.html b/stade/core/templates/base.html index 33a9001..7a0a343 100644 --- a/stade/core/templates/base.html +++ b/stade/core/templates/base.html @@ -50,6 +50,7 @@