{% extends object.get_base_template %} {% block js %} {{ form.media }} {% endblock %} {% block navigation %} {{ block.super }} {% include object.get_link_headers %} {% endblock navigation %} {% block content %}

Edit Authors

Authors have full access to access and edit the exam/collection (including the ability to add/remove other authors).

If you just want a user to be able to mark questions add them as a marker instead.

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