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

SciPy India 2016

Call For Proposal

{% endblock %}
{% block nav %} {% endblock %} {% block content %}
{% if proposal_submit %}

Thank You for your submission. Your proposal has been saved successfully and is under review. You can check the status of submission here !

{% endif %} {% if user and not user.is_anonymous and not login_required %} {% if user.is_superuser %}
View Proposals
{% else %}
Submit an Abstract Submit a Workshop View Proposals
{% endif %} {% else %}
  • Login

    Login/Register to Submit a Proposal

    {% if invalid %}

    * Invalid Username/Password

    {% endif %}
    {{ form.as_p }}

    Create an Account Forgot Password? {% csrf_token %}

    Or Sign in with:         

  • Important Dates

    • CFP Open: July 5, 2015
    • CFP Close: November 24, 2015
    • Announcement of selected proposals: December 1, 2015
  • {% endif %}
{% endblock %}