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:
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 thescheme
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: