{% extends 'base.html' %} {% block title %}Edit Admin - {{ admin.get_full_name }} -RuralPointADVANCE{% endblock %} {% block content %}

Edit Admin: {{ admin.get_full_name }}

Update admin user information and permissions.

Back to Admin List
{% csrf_token %}

Change Password

Leave blank to keep current password.

Cancel
{% endblock %}