File diff b094aa5596ac → 5ff4b765cae3
pinaxcon/templates/symposion/dashboard/_new_proposal.html
Show inline comments
...
 
@@ -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>
...
 
\ No newline at end of file