Include leading http(s) on activation link.

Closes #961
This commit is contained in:
Adarnof 2018-02-09 01:11:35 -05:00
parent ac5a0d9dcb
commit 895a62c475
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ You're receiving this email because someone has entered this email address while
If this was you, please go to the following URL to confirm your email address:
{{ url }}
{{ scheme }}://{{ url }}
This link will expire in {{ expiration_days }} day(s).

View File

@ -17,7 +17,7 @@ install_requires = [
'django>=1.11',
'django-bootstrap-form',
'django-registration',
'django-registration>=2.4,<3.0',
'django-sortedm2m',
'django-redis-cache>=1.7.1',
'django-celery-beat',