wip refactoring: reactions, storages isolated

This commit is contained in:
2022-07-21 14:58:50 +03:00
parent edcefadeab
commit 6cb5061ce5
43 changed files with 1674 additions and 1779 deletions

View File

@@ -19,7 +19,7 @@ def load_email_templates():
filename = "templates/%s.tmpl" % name
with open(filename) as f:
email_templates[name] = f.read()
print("[email.service] templates loaded")
print("[auth.email] templates loaded")
async def send_confirm_email(user):
text = email_templates["confirm_email"]