mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
* Fix #1674 -- Change spelling of e-mail to email * Conflicts and word list * Add MobilePay to wordlist * fix usage in tests
5 lines
171 B
Plaintext
5 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 email is {{ LANGUAGE_CODE }}.
|