könnte so klappen

This commit is contained in:
lubiana 2024-02-21 22:02:07 +01:00
parent 727617e2be
commit 19fbecda56
14 changed files with 205 additions and 187 deletions

View file

@ -1,9 +1,10 @@
<html>
<title>remove user</title>
{% extends "base.html" %}
{% block title %}
remove user
{% endblock %}
{% block content %}
<p>
<p>
<a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a>
</p>
<p>Deleted user {{user_name|safe}}</p>
<a href="/list">return to the tags and user list</a>
</p>
{% endblock %}