{% extends 'base.html' %} {% block title %}Edit User - {{ user.username }} - LMS{% endblock %} {% block content %}

Edit User: {{ user.username }}

{% csrf_token %}
Basic Information
Change Password
Leave these fields blank to keep the current password.
Minimum 8 characters
Cancel
{% endblock %} {% block scripts %} {% endblock %}