Fix #467 -- Pluggable email placeholders (#1429)

* Fix #467 -- Pluggable email placeholders

* Previews

* Polishing

* Fix tests

* Add missing doc file
This commit is contained in:
Raphael Michel
2019-10-07 11:48:25 +02:00
committed by GitHub
parent cb37e7435d
commit 1d0c148170
26 changed files with 572 additions and 548 deletions

View File

@@ -244,7 +244,7 @@ def test_sendmail_placeholder(logged_in_client, sendmail_url, event, order, pos)
follow=True)
assert response.status_code == 200
assert 'ORDER1234' in response.rendered_content
assert 'F8VVL' in response.rendered_content
assert len(djmail.outbox) == 0