Flesh out email templating

Mostly WIP porting the room name calculation logic from the web client so our room names in the email mirror the clients.
This commit is contained in:
David Baker 2016-04-21 19:19:07 +01:00
parent 2ed0adb075
commit c10ed26c30
4 changed files with 208 additions and 4 deletions

View file

@ -46,7 +46,7 @@ CONDITIONAL_REQUIREMENTS = {
"netaddr>=0.7.18": ["netaddr"],
},
"email.enable_notifs": {
"Jinja2": ["Jinja2"],
"Jinja2>=2.8": ["Jinja2>=2.8"],
},
}