Skip to content
Snippets Groups Projects
Commit 4b4aa59c authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '645-extends-must-be-the-first-tag-in-the-template-ticket-751089' into 'master'

Resolve "extends must be the first tag in the template. [Ticket#751089]"

Closes #645

See merge request !960
parents 095a7995 b73d7c7a
No related branches found
No related tags found
1 merge request!960Resolve "extends must be the first tag in the template. [Ticket#751089]"
Pipeline #54117 canceled
......@@ -14,6 +14,7 @@ Fixed
* Inviting newly created persons for registration failed
* [Docker] Do not clear cache in migration container die to session invalidation issues
* 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