We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2297060 commit 4c76627Copy full SHA for 4c76627
1 file changed
hypha/apply/users/services.py
@@ -103,6 +103,7 @@ def send_login_email(self, user):
103
"username": user.get_username(),
104
"login_path": login_path,
105
"timeout_minutes": timeout_minutes,
106
+ "site": self.site,
107
}
108
109
subject = f"Log in to {user.get_username()} at {settings.ORG_LONG_NAME}"
@@ -124,6 +125,7 @@ def send_new_account_login_email(self, signup_obj):
124
125
context = {
126
"signup_path": signup_path,
127
128
129
130
131
subject = f"Welcome to {settings.ORG_LONG_NAME}"
0 commit comments