{% extends "baseTemplate/index.html" %} {% block title %}Modify User{% endblock %} {% block content %} {% load static %}

修改用户

修改现有用户信息。

详细信息

{% if adminType == 1 %}
Currently: {$ currentAccountType $}
{% endif %} {% if adminType == 1 %}
{% endif %}

Account with username: {$ userName $} is successfully modified.

Can not modify user, Error message: {$ errorMessage $}

Could Not Connect to server, please refresh this page.

Can not fetch details, Error message: {$ errorMessage $}

Details fetched.

{% endblock %}