Skip to content
Snippets Groups Projects
Commit 131db1f4 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix template syntaxk

parent 4c51ae20
No related branches found
No related tags found
1 merge request!35Send notification on registration
Pipeline #130626 failed
......@@ -3,7 +3,7 @@
{% block subject %} {% trans "New account" %} {{ person }} {% endblock %}
{% block plain %}
{% blocktrans with new_event=new_event %}New account: {{ person }}{% endblocktrans %}
{% blocktrans with person=person %}New account: {{ person }}{% endblocktrans %}
**** {% trans "Person" %} ****
......@@ -47,7 +47,7 @@
<li>{% trans "Postal code" %}: {{ person.postal_code }}</li>
<li>{% trans "Place" %}: {{ person.place }}</li>
</ul>
{% end person.guardians.first %}
{% if person.guardians.first %}
<h5>{% trans "Guardian" %}</h5>
<ul>
<li>{% trans "Name" %}: {{ person.guardians.first }}</li>
......
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