{% extends 'base.html' %} {% block title %}Delete User{% endblock %} {% block content %}

Delete User

Back to Users
Confirm Deletion

Are you sure you want to delete the user "{{ user_obj.username }}"?

This action cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}