mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
parent
ac5a0d9dcb
commit
895a62c475
@ -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:
|
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).
|
This link will expire in {{ expiration_days }} day(s).
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -17,7 +17,7 @@ install_requires = [
|
|||||||
|
|
||||||
'django>=1.11',
|
'django>=1.11',
|
||||||
'django-bootstrap-form',
|
'django-bootstrap-form',
|
||||||
'django-registration',
|
'django-registration>=2.4,<3.0',
|
||||||
'django-sortedm2m',
|
'django-sortedm2m',
|
||||||
'django-redis-cache>=1.7.1',
|
'django-redis-cache>=1.7.1',
|
||||||
'django-celery-beat',
|
'django-celery-beat',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user