{% extends "base/base.html" %} {% load static %} {% block title %} Master Reset {% endblock title %} {% block page_heading %} Master Reset {% endblock page_heading %} {% block main_content %} {% if no_spec %}
Danger: Master Reset

There is no assessment specification - so there is nothing to reset.

Return Home

{% else %} {% if not bundles_staged %}
Danger: Master Reset

You have chosen to completely reset this Plom instance.

This action is irreversible and will completely delete any data stored

All data stored by Plom currently will be wiped, including but not limited to:

  • All test specifications
  • All test PDFs
  • All classlists
Cancel and return home

Confirm that you understand that this action is irreversible, will result in the complete loss of data on this Plom instance, and that you wish to continue anyways by entering the assessment shortname below

{{ reset_phrase }}

{% csrf_token %}
{{ wipe_form.confirmation_field }}
{% if wipe_form.confirmation_field.errors %} {% for error in wipe_form.confirmation_field.errors %}

{{ error|escape }}

{% endfor %} {% endif %}
{% else %}
Action Not Allowed

This Plom instance has staged bundles and cannot be wiped via the interface. Contact your server administrator if you truly need to reset this instance

{% endif %} {% endif %} {% endblock main_content %}