Files @ 929388220cfc
Branch filter:

Location: symposion_app/pinaxcon/templates/symposion/dashboard/_new_proposal.html

Joel Addison
Update speaker styling

Use site base template for all pages.
Fix speaker profile to work with Bootstrap 4.
1
2
3
4
5
6
7
8
<h3>New Proposal</h3>
<p>Click one of the following links to create a speaking or miniconf proposal.</p>
<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-outline-primary" href="{% url "proposal_submit_kind" kind.slug %}">{{ kind }}</a>
  {% endfor %}
</div>