{% import "bootstrap/wtf.html" as wtf %} {% extends "admin/base.html" %} {% block page_content %}

Delete User

You have chosen to delete a user from the dashboard. To complete this action, type the username of the user you wish to delete in the textbox and check "confirm". The name of the user must match the user for which you have started this action
{{ wtf.quick_form(form) }}
{% endblock %}