Files
pretix_original/src/pretix/plugins/sendmail
Sanket Dasgupta 58938fc07c Fix #531 -- Make placeholders replace in subject (#594)
Placeholders in subject were not being replaced because there was
no `.format()` called on the subject.

This commit creates a context dict that is used for both the body
and the subject. It is then replaced using `.format_map()`

Fixes https://github.com/pretix/pretix/issues/531
2017-10-07 18:16:13 +02:00
..
2016-11-03 11:33:44 +01:00
2017-05-03 17:11:55 +02:00
2017-01-04 00:43:04 +01:00