Skip to content
Snippets Groups Projects

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

2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
{% 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 %}
Loading