irfanpule / django-form-surveys

Django form survey is an application Django to easier create form survey and easy integrated for your project.
MIT License
56 stars 19 forks source link

Clicking a survey in the survey list for anonymous users will use create instead of detail #73

Closed MartinK84 closed 8 months ago

MartinK84 commented 8 months ago

Changed that if non authenticated/anonymous users click a survey in the survey list they are taken to 'create' instead of 'detail' (which will not work without authentication)