matekasse/Website/templates/removeuser.html
2024-02-17 02:12:27 +01:00

9 lines
242 B
HTML

<html>
<title>remove user</title>
<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>