[notif-users] Fix path of jinja template
This commit is contained in:
parent
3d52d9ac73
commit
e887e1be82
2 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -35,7 +35,7 @@ ENV = Environment(loader=FileSystemLoader('.'))
|
|||
def notif_end_adhesion(api_client):
|
||||
asso_options = api_client.view("preferences/assooption/")
|
||||
general_options = api_client.view("preferences/generaloption/")
|
||||
template = ENV.get_template(path + "/templates/email_fin_adhesion")
|
||||
template = ENV.get_template("/templates/email_fin_adhesion")
|
||||
|
||||
for result in api_client.list("reminder/get-users"):
|
||||
for user in result["users_to_remind"]:
|
||||
|
|
2
re2oapi
2
re2oapi
|
@ -1 +1 @@
|
|||
Subproject commit c3277c2e6eb3a85e8580c906266cad46c4043677
|
||||
Subproject commit 0dd459e3ec11e8a5b80212fb524540a7161e2e0d
|
Loading…
Add table
Add a link
Reference in a new issue