{% extends "base/base.html" %} {% block title %} Rubric access controls {% endblock title %} {% block page_heading %} Rubric access controls {% endblock page_heading %} {% block main_content %}

These options provide “high-level” control over which users can create and modify existing rubrics.

{% csrf_token %}
Who can create rubrics?
Who can modify rubrics?
{% if successful_post %} {% endif %}
{% endblock main_content %}