KC-software-en / QuizMe

A Django website for a Magazine providing quizzes for Education, Entertainment and General knowledge. It is Dockerised, hosted on AWS and uses an API.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Education redirects to login #15

Closed KC-software-en closed 5 months ago

KC-software-en commented 5 months ago

After merging PR#14, when I click on Education in the navbar it redirects to the login page instead of the index page for Education.

Deandre1dev commented 5 months ago

I have removed the login required decorator for the education index page so it should work when you pull from my branch.