2019-06-24 21:58:21 +10:00
|
|
|
<h3>New Proposal</h3>
|
2022-12-09 00:20:40 +10:00
|
|
|
<p>Click one of the following links to create a session 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>
|
2019-10-22 09:28:47 +10:00
|
|
|
<div>
|
2018-06-30 10:56:52 +12:00
|
|
|
{% for kind in proposal_kinds %}
|
2019-10-22 09:28:47 +10:00
|
|
|
<a class="btn btn-outline-primary mb-2" href="{% url "proposal_submit_kind" kind.slug %}">{{ kind }}</a>
|
2018-06-30 10:56:52 +12:00
|
|
|
{% endfor %}
|
2019-10-22 09:28:47 +10:00
|
|
|
</div>
|