Files
pretix_original/src/tests/templates/mailtest.txt
2015-06-03 18:09:00 +02:00

4 lines
171 B
Plaintext

{% 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 }}.