{% extends "aristotle_mdr/user/userHome.html" %} {% load group_tags %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='steward_orgs' %} {% endblock %} {% block page %}

{% block title %}Edit {{object.name}}{% endblock %}

{% csrf_token %} {{form.as_table}}
Cancel
{% endblock %}