canaille-globuzma/canaille/templates/core/mails/registration.txt
Éloi Rivard fe8929d992
refactor: move templates in a common directory
without this, theming was broken because it needs one single directory
for templates.
2024-12-19 00:17:03 +01:00

6 lines
289 B
Text

# {% trans %}Registration{% endtrans %}
{% trans %}You've started the registration process at {{ site_name }}. To proceed you can click on the link below and follow the instructions.{% endtrans %}
{% trans %}Continue{% endtrans %}: {{ registration_url }}
{{ site_name }}: {{ site_url }}