This commit is contained in:
2026-01-12 22:43:52 +01:00
parent 9f7683caa9
commit bfee5d1bb6
3 changed files with 64 additions and 5 deletions

View File

@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block content %}
<style>
.container {
text-align: center;
}
</style>
<div class="container">
<h1>> Remove user</h1>
<h1 style="color:#ffffff;">{{ message }}</h1>
</div>
{% endblock %}