enrollment.py
12.8 KB
-
Don't hardcode https protocol in enrollment emails. · b7558636
Use http or https, depending on the value of `request.is_secure()`. That is how links in most other emails are handled.
Matjaz Gregoric committed
Use http or https, depending on the value of `request.is_secure()`. That is how links in most other emails are handled.