Add user ban functionality with email notification

This commit is contained in:
2026-05-06 09:47:47 +02:00
parent 61a04e5040
commit 8cf1a55161
4 changed files with 68 additions and 1 deletions
@@ -0,0 +1,5 @@
{% extends "admin/submit_line.html" %}
{% load i18n admin_urls %}
{% block submit-row %}
<a href="../ban/" class="closelink" style="background:red;">BAN USER</a>
{% endblock %}