Private
Public Access
1
0

redirect to survey

This commit is contained in:
Sander Roosendaal
2020-01-08 22:27:49 +01:00
parent c03f3600b4
commit cfc61e8621
10 changed files with 164 additions and 9 deletions

View File

@@ -98,6 +98,7 @@ MIDDLEWARE = [
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'tz_detect.middleware.TimezoneMiddleware',
'rowers.middleware.GDPRMiddleWare',
'rowers.middleware.SurveyMiddleWare',
'rowers.middleware.PowerTimeFitnessMetricMiddleWare',
'rowers.middleware.RowerPlanMiddleWare',
]