{% extends "base.html" %} {% block title %} remove user {% endblock %} {% block content %}

Deleted user {{user_name|safe}}

return to the tags and user list

{% endblock %}