Fix most of html templates
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ def send_email(to: str, subject: str, body: str, html: bool = False):
|
||||
|
||||
def send_signup_email(to, subject, id, uuid, content):
|
||||
message = render_to_string(
|
||||
"signup_email.html",
|
||||
"webapp/signup_email.html",
|
||||
{
|
||||
"url": f"https://{FRONTEND_URL}/signup/edit/{id}/{uuid}",
|
||||
"content": markdown.markdown(content),
|
||||
|
||||
Reference in New Issue
Block a user