{% extends "base.html" %} {% load static %}
{% block content %}
{% if proposals_a >= 1 %} You have exceeded the abstract submission limit. You may view your submitted proposals by clicking here {% else %}

Submit paper


General guidelines for paper submission:

{% for field in proposal_form %}

{{ field.label}} {% if field.field.required %} * {% endif %} {{ field }}

{{ field.errors }} {% endfor %}
{% csrf_token %}
Back
{% endif %}
{% endblock %}