Add report button to account deletion section

This commit is contained in:
rubenwardy
2024-07-23 22:11:48 +01:00
parent e603f29b47
commit bb2a1f3638
2 changed files with 7 additions and 2 deletions

View File

@@ -85,11 +85,13 @@
{% else %}
<p>
{{ _("Account Deletion and Deactivation isn't available to users yet.") }}
{{ _("Please contact the admin.") }}
{{ _("Please raise a report to request account deletion.") }}
</p>
<p>
<a class="btn btn-secondary" href="{{ url_for('report.report', url=url_current(), message="Delete my account") }}">{{ _("Report") }}</a>
</p>
{% endif %}
<h3 class="mt-5">{{ _("Recent Account Actions") }}</h3>
{% from "macros/audit_log.html" import render_audit_log %}