{% extends "admin/core/base.html" %} {% load static %} {% block page_title %}Replace a File{% endblock page_title %} {% block body %} {% csrf_token %}

Replace File

{% if error %} {% endif %} {% if request.GET.full_replace %} {% endif %}

Submission guidelines: To upload a file, select it using one of the "Choose file" buttons, then upload it with the "Upload file" button next to it. You will then be asked for some additional information (label, description etc.)

Replacement File

Please upload your replacement file.

{% csrf_token %}


Label File Name
{{ old_file.label }}  {{ old_file }}
{% csrf_token %}
{% endblock body %} {% block js %} {% endblock %}