{% extends "admin.html" %} {% load staticfiles %} {% block head_title %} Upload Questions {% endblock %} {% block papers_active %}class="active"{% endblock %} {% block content %}

Instructions for Uploading

{% csrf_token %} {% include "admin/partials/form.html" with form=upload_paper_questions_form %}
{% endblock %}