Skip to content
Snippets Groups Projects
Commit db47a280 authored by Julian's avatar Julian
Browse files

delete email.email

parent ed9b616c
No related branches found
No related tags found
1 merge request!117Resolve "Use or create external library for template mailer"
Pipeline #630 failed
{% load i18n %}
{% block subject %} My subject for {{username}} {% endblock %}
{% block html %}
<main>
{% blocktrans %}
<h1>Dear {{ username }},</h1>
<p>thank you for using <em>AlekSIS</em>!</p>
<p>Yours sincerely
<br>
AlekSIS team</p>
{% endblocktrans %}
</main>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment