Files
pretix_original/src/pretix/base
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
..
2017-10-04 09:45:37 +02:00
2017-07-17 20:29:56 +02:00
2017-10-01 17:43:51 +02:00
2017-10-04 09:45:37 +02:00
2016-06-06 23:07:49 +02:00
2017-08-23 13:13:16 +03:00
2017-03-27 22:31:20 +02:00
2016-11-03 11:33:44 +01:00
2017-10-06 11:14:42 +02:00
2017-10-02 15:07:23 +02:00
2017-09-28 18:43:45 +02:00