Clicking on reset-password button in community list view was still redirecing to django built-in view in admin. This PR clarifies routes and reverse_urls
Type of change:
[x] Bug fix (change which fixes an issue).
[ ] New feature (change which adds functionality).
[ ] Changes to models (requires making migrations).
Clicking on
reset-password
button in community list view was still redirecing to django built-in view in admin. This PR clarifies routes and reverse_urlsType of change:
[ ] Documentation change.