differentreality / supplies_tracker

Django project for tracking home and office supplies
GNU General Public License v3.0
5 stars 10 forks source link

Fix bug #85 ( UserUpdate should filter by User) #88

Closed kmetaxas closed 6 years ago

kmetaxas commented 6 years ago
  1. Change User Update view URL to not use since User should be only allowed to edit his own Profile.
  2. Add get_object to UserUpdate view that returns the logged in user.
  3. Update template to use new url (no args)

New PR coming from a branch as it should have been.