fix: various bugs

This commit is contained in:
swve 2024-08-29 20:12:15 +02:00
parent 2c61542eb7
commit 8b1332c840
4 changed files with 49 additions and 73 deletions

View file

@ -377,7 +377,7 @@ def send_invite_email(
<body>
<p>Hello {email}</p>
<p>You have been invited to {org.name} by @{user.username}. Your invite code is {invite['invite_code']}.</p>
<p>Click <a href="{org.slug}.learnhouse.io/signup?inviteCode={invite['invite_code']}">here</a> to sign up.</p>
<p>Click <a href="{org.slug}.learnhouse.io/signup?orgslug={org.slug}&inviteCode={invite['invite_code']}">here</a> to sign up.</p>
<p>Thank you</p>
</body>
</html>