1
0
Fork 0
forked from anton/matekasse
matekasse/Website/templates/removeuser.html

10 lines
242 B
HTML
Raw Normal View History

2024-02-17 01:12:27 +00:00
<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>