diff --git a/apps/account/templates/a4_candy_account/account_deletion.html b/apps/account/templates/a4_candy_account/account_deletion.html index 5a44e25e5..152a4a33f 100644 --- a/apps/account/templates/a4_candy_account/account_deletion.html +++ b/apps/account/templates/a4_candy_account/account_deletion.html @@ -4,9 +4,9 @@ {% block title %} {% translate 'Your user profile' %} - — + — {{ block.super }} -{% endblock %} +{% endblock title %} {% block dashboard_content %}

{% translate 'Delete account' %}

@@ -22,7 +22,7 @@

{% translate 'Delete account' %}

- +
diff --git a/changelog/2832.md b/changelog/2832.md new file mode 100644 index 000000000..b65ef7528 --- /dev/null +++ b/changelog/2832.md @@ -0,0 +1 @@ +- **Fixed**: add missing delete account tag \ No newline at end of file