Skip to content
Snippets Groups Projects
Verified Commit f7455ffb authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix tag order in email template for change notifications

parent d3af5619
No related branches found
No related tags found
1 merge request!960Resolve "extends must be the first tag in the template. [Ticket#751089]"
Pipeline #53901 passed
......@@ -13,6 +13,7 @@ Fixed
~~~~~
* Inviting newly created persons for registration failed
* Notification email about user changes was broken
`2.7.3`_ - 2022-02-03
---------------------
......
{% load i18n %}
{% extends "templated_email/base.email" %}
{% load i18n %}
{% block subject_content %}{% blocktrans with person=person %}{{ person }} changed their data!{% endblocktrans %}{% endblock %}
{% block plain_content %}
......
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