{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Edit an owned account. The three rules the UI must make visible: you cannot change your own ACL, you cannot grant more than you hold, and only an administrator may change an owner. {% endcomment %} {% block title %}Modify user{% endblock %} {% block content %}
{% endblock %} {% block scripts %} {% endblock %}