macropin / django-registration

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

Use protocol context variable instead of hard coded http #446

Open medihack opened 3 months ago

medihack commented 3 months ago

The passoword_reset_email.html template uses protocol context to decide between http and https (as it uses a Django built in view). Some other templates use a hard coded http string. It would be nice to have protocol there available, too (by setting it in the context of the corresponding django-registration views).