link directly to proposal submission form as there is only one proposal type

This commit is contained in:
Joshua Simmons 2017-08-12 18:54:16 -07:00
parent ae3086ff5d
commit 9c14b815c5

View file

@ -41,7 +41,7 @@
<a href="{% url "speaker_edit" %}" class="btn btn-xs btn-default">
<i class="fa fa-pencil"></i> Edit your speaker profile
</a>
<a href="{% url "proposal_submit" %}" class="btn btn-xs btn-default">
<a href="/proposals/submit/talk" class="btn btn-xs btn-default">
<i class="fa fa-plus-sign"></i> Submit a new proposal
</a>
{% endif %}