Files
pretix_cgo/src
Sanket DasguptaandRaphael Michel 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-01-04 22:10:06 +01:00
2017-01-23 00:09:57 +01:00
2017-06-01 16:20:52 +02:00