{% extends "django_program/pretalx/base.html" %} {% block title %}Provide Information{% endblock %} {% block extra_head %} {% endblock %} {% block content %} Back to Grant Status

Information Requested

The reviewers have requested additional information about your travel grant application. Please provide the details below.

{% csrf_token %} {{ form.message }} {% if form.message.errors %} {% endif %}
Cancel
{% endblock %}