Changeset - 5ff4b765cae3
[Not reviewed]
0 1 0
Tobias - 5 years ago 2018-12-08 06:31:09
tobias@localhost.localdomain
Address Miniconf design issues, #133
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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
0 comments (0 inline, 0 general)