symposion_app/pinaxcon/templates/symposion/dashboard/_new_proposal.html

9 lines
412 B
HTML
Raw Normal View History

<h3>New Proposal</h3>
2018-06-29 22:56:52 +00:00
<p>Click one of the following links to create a speaking or miniconf proposal.</p>
<p>Once submitted you will be able to see the status of your proposals, as well manage the submission and co-speakers from this page</p>
<div>
2018-06-29 22:56:52 +00:00
{% for kind in proposal_kinds %}
<a class="btn btn-outline-primary mb-2" href="{% url "proposal_submit_kind" kind.slug %}">{{ kind }}</a>
2018-06-29 22:56:52 +00:00
{% endfor %}
</div>