macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
976 stars 347 forks source link

Fix verbose name #440

Closed Ninjaclasher closed 1 year ago

Ninjaclasher commented 1 year ago

This seems to have been introduced in #431. The verbose_name is used in the admin site to generate the title for the app. The current name seems inappropriate for this purpose. image

This PR changes the name back to the original name before #431. image

coveralls commented 1 year ago

Coverage Status

coverage: 97.162%. remained the same when pulling 77782f07fa344b4f140ba3f355f9abfe8c6ba982 on Ninjaclasher:fix-verbose-name into 3d009df5878c4e00472228fc9d68b57b90633a73 on macropin:main.

joshblum commented 1 year ago

thanks!