diff --git a/pinaxcon/templates/symposion/proposals/proposal_submit.html b/pinaxcon/templates/symposion/proposals/proposal_submit.html index 0c55afff31bff6fef616c6f3e06484fe016eec47..4cd77b23929e6c7474a65e5bbb7658ac9261cc1c 100644 --- a/pinaxcon/templates/symposion/proposals/proposal_submit.html +++ b/pinaxcon/templates/symposion/proposals/proposal_submit.html @@ -1,16 +1,17 @@ -{% extends "symposion/proposals/base.html" %} +{% extends "site_dark.html" %} {% load i18n %} {% block head_title %}{% trans "Submit A Proposal" %}{% endblock %} {% block header_title %}Submit A Proposal{% endblock %} -{% block proposals_body %} - +{% block content %} {% if kinds %} -

Select what kind of proposal you'd like to submit:

+

New Proposal

+

Select what kind of proposal you'd like to submit:

{% for kind in kinds %} - {{ kind }} +

{{ kind }}

+ {{ kind }} {% endfor %} {% else %}

Proposals are not currently open for submission.