{% extends "base/base.html" %} {% block title %} Master Reset {% endblock title %} {% block page_heading %} Master Reset {% endblock page_heading %} {% block main_content %} {% if not bundles_staged %}
Danger: Master Reset

You are choosing 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
Return Home I understand and I want to continue
{% else %}
Action Not Allowed

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

{% endif %} {% endblock main_content %}