{% extends "base/base.html" %} {% block title %} Create assessment specification: upload {% endblock title %} {% block page_heading %} Create assessment specification: upload {% endblock page_heading %} {% block main_content %}
Return to assessment preparation page
{% if is_there_a_spec %} There is a specification in the database. You may not be able to modify it if you have gone further preparing your assessment. {% endif %}

Upload a .toml to {% if is_there_a_spec %} replace the current server spec {% else %} use as the server spec {% endif %}

{% csrf_token %}
Hints and notes
{% endblock main_content %}