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

11 lines
214 B
HTML
Raw Normal View History

2024-02-21 21:02:07 +00:00
{% extends "base.html" %}
{% block title %}
remove user
{% endblock %}
{% block content %}
2024-02-17 01:12:27 +00:00
<p>
<p>Deleted user {{user_name|safe}}</p>
<a href="/list">return to the tags and user list</a>
</p>
2024-02-21 21:02:07 +00:00
{% endblock %}