mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13:16 +08:00
Fix email_utils.py formatting
This commit is contained in:
parent
9fa9dbe821
commit
fbb17b1f57
1 changed files with 2 additions and 4 deletions
|
@ -44,10 +44,8 @@ def render(template_name, **kwargs) -> str:
|
|||
template = env.get_template(template_name)
|
||||
|
||||
return template.render(
|
||||
MAX_NB_EMAIL_FREE_PLAN=MAX_NB_EMAIL_FREE_PLAN,
|
||||
URL=URL,
|
||||
**kwargs,
|
||||
)
|
||||
MAX_NB_EMAIL_FREE_PLAN=MAX_NB_EMAIL_FREE_PLAN, URL=URL, **kwargs,
|
||||
)
|
||||
|
||||
|
||||
def send_welcome_email(user):
|
||||
|
|
Loading…
Reference in a new issue