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

8 lines
415 B
HTML
Raw Normal View History

2018-06-29 22:56:52 +00:00
<h3 class="text-upper">New Proposal</h3>
<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 class="mt-auto">
{% for kind in proposal_kinds %}
2018-12-08 06:31:09 +00:00
<a href="{% url "proposal_submit_kind" kind.slug %}">{{ kind }}</a><br />
2018-06-29 22:56:52 +00:00
{% endfor %}
</div>