From f23c39bc12d083e10d0066d10a6f657cb03e03b4 Mon Sep 17 00:00:00 2001 From: Annabel Church <215145+arc64@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:16:57 +0200 Subject: [PATCH] Fix lint errors --- .../templates/a4_candy_account/account_deletion.html | 6 +++--- changelog/2832.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog/2832.md 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