{% extends 'base.html' %} {% load static %} Call for Proposal {% block header %}

SciPy India 2016

Submit Abstract Proposal

{% endblock %} {% block nav %} {% endblock %} {% block content %}
{% if proposals_a > 1 %} You have exceeded the abstract submission limit. You may view your submitted proposals by clicking here
{% else %}

Proposal Guidelines

{% for field in proposal_form %}

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

{{ field.errors }} {% endfor %}
{% csrf_token %}
{% endif %} {% endblock %} {% block footer %} {% endblock %}