{% extends "forms.html" %} {% block title %}Reactivate Person{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Are you sure?

Are you sure you want to re activate the user "{{ person }}"?

They will be assigned a new user ID number and you will need to set a password for them next.

{% csrf_token %}
{% endblock %}