Skip to content
Snippets Groups Projects
Commit 6a054908 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fix template

parent a0d4433c
No related branches found
No related tags found
1 merge request!25Resolve "Fix send email"
......@@ -4,11 +4,11 @@
{% block html %}
<main>
<p>{% trans "The user" %} {{ user.username }} ({% trans "full name: "} {{ user.first_name }} {{ user.last_name }}, {% trans "e-mail: "} {{ user.email }}) {% trans "has submitted the following" %} {{ type }}: </p>
<p>{% trans "The user" %} {{ user.username }} ({% trans "full name: " %} {{ user.first_name }} {{ user.last_name }}, {% trans "e-mail: " %} {{ user.email }}) {% trans "has submitted the following" %} {{ type }}: </p>
<blockquote>
{{ for item in description }}
{% for item in description %}
<p>{{ item }}</p>
{{ endfor }}
{% endfor %}
</blockquote>
</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