browne878 / pp5-game-keys

0 stars 2 forks source link

Able to edit game without being a superuser #22

Open browne878 opened 1 year ago

browne878 commented 1 year ago

Describe the bug As a regular user, I am able to navigate directly to the edit url and edit the game successfully.

To Reproduce Steps to reproduce the behaviour:

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

Expected behaviour As a regular user, I expect to be redirected back to the home page.

browne878 commented 1 year ago

Confirmed added check to see if the user is a superuser worked. I manually tested this by navigating directly to the above url. I was now redirected to the home page as intended.