mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add unit tests for our mail API
This commit is contained in:
4
src/tests/templates/mailtest.txt
Normal file
4
src/tests/templates/mailtest.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
{% load i18n %}
|
||||
This is a test file for sending mails.
|
||||
{% get_current_language as LANGUAGE_CODE %}
|
||||
The language code used for rendering this e-mail is {{ LANGUAGE_CODE }}.
|
||||
Reference in New Issue
Block a user