fix send_mail_admins
This commit is contained in:
parent
d830359633
commit
5d45a6eefe
|
@ -27,7 +27,7 @@ class Command(BaseCommand):
|
|||
"""
|
||||
Send a email when a user is activated.
|
||||
"""
|
||||
url_domain = f"https://{}/".format(settings.DOMAIN)
|
||||
url_domain = "https://{}/".format(settings.DOMAIN)
|
||||
context = {
|
||||
"domain": url_domain,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue