browne878 / pp5-game-keys

0 stars 2 forks source link

Able to create game without being a superuser #21

Open browne878 opened 1 year ago

browne878 commented 1 year ago

Describe the bug As a user, I am able to create a new game by navigating directly to the url.

To Reproduce Steps to reproduce the behaviour:

  1. Go to http://localhost:8000/games/add
  2. See error

Expected behaviour I expect a user, without the superuser permission, to be redirected to the home page

browne878 commented 1 year ago

Confirmed issue is resolved via manual testing. I did this by navigating to the above url. I was redirected back to the home page as intended.