Address Miniconf design issues, #133
This commit is contained in:
parent
b094aa5596
commit
5ff4b765ca
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue