Address Miniconf design issues, #133

This commit is contained in:
Tobias 2018-12-08 19:31:09 +13:00
parent b094aa5596
commit 5ff4b765ca

View file

@ -3,6 +3,6 @@
<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 %}
<a class="btn btn-lg btn-primary" role="button" href="{% url "proposal_submit_kind" kind.slug %}">{{ kind }}</a>
<a href="{% url "proposal_submit_kind" kind.slug %}">{{ kind }}</a><br />
{% endfor %}
</div>