Skip to content

Commit

Permalink
alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jun 5, 2024
1 parent 1e88291 commit a70255b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ def process(org_id, recipients, template_name, subject, logo_url, **kwargs) -> d
# render template with vars from email msg
jnja_template = Template(filled_template, autoescape=True)
jinja_kwargs = {
'account_number': org_id,
'account_name': account_name,
'account_name_with_branch': account_name_with_branch,
'account_number': org_id,
'url': get_login_url(),
'logo_url': logo_url,
'dashboard_url': get_dashboard_url(),
Expand Down

0 comments on commit a70255b

Please sign in to comment.