anitab-org / vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
GNU General Public License v2.0
1 stars 4 forks source link

[Bug] Fixed error when registering as admin #1121 #1129

Closed codesankalp closed 3 years ago

codesankalp commented 3 years ago

In post method of AdministratorSignupView (vms/registration/views.py) at line 105 admin_city is filtering the city_name with pk filter. So changed this pk filter to name to solve this bug.

Fixes #1121

Task Done:

codesankalp commented 3 years ago

closing this pr as a pr with the same changes is present