{% extends "public/content.html" %} {% load url from future %} {% block headtitle %}My Abstract Submissions{% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="abstract-submissions" %} {% endblock %} {% block title %}

Enter Your Address

{% endblock %} {% block content %}

Before completing your submission, please enter your Address in the form below - if you are already a member of the {{ settings.WEBSITE_CODE}} these details should already be populated.

{% csrf_token %} {% include "public/partials/form.html" with form=abstract_address_form %}
Cancel
{% endblock %}