ubernostrum / django-registration

An extensible user-registration app for Django.
BSD 3-Clause "New" or "Revised" License
923 stars 241 forks source link

Fixed scheme in activation_email.txt context always being https #156

Closed lockie closed 6 years ago

lockie commented 6 years ago

Hello! I've found a little bug in activation_email.txt template context: is_secure on Django request is method, not an attribute, so the condition is always True and the scheme in context is always "https", even when it's really not.

I realize noone uses HTTP these days, but still, that's a bug :smiley: