{% extends "base.html" %} {% load projecttags %} {% load bootstrap %} {% block title %} {{ block.super }} - Update Submission Files {% endblock %} {% block content %} {% details_table submission %}

Please update your notes and your submission files as neccessary.
For changing the authors, you need to withdraw this solution.

{% csrf_token %} {{ form|bootstrap }}
{% endblock %}