Fix unit tests

This commit is contained in:
Aarni Halinen
2022-08-01 22:29:06 +03:00
parent 2628d753f5
commit 321d45b628
31 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -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(
"webapp:signup_email.html",
"signup_email.html",
{
"url": f"https://{FRONTEND_URL}/signup/edit/{id}/{uuid}",
"content": markdown.markdown(content),