Apply usual styling to session volunteering buttons

This commit is contained in:
James Polley 2018-01-14 11:19:20 +11:00
parent 39669055ef
commit 9abea97625

View file

@ -32,7 +32,7 @@
<form method="POST"> <form method="POST">
{% csrf_token %} {% csrf_token %}
<input type="hidden" name="role" value="un-chair" /> <input type="hidden" name="role" value="un-chair" />
<input type="submit" value="Opt out" class="btn"/> <input type="submit" value="Opt out" class="btn btn-info"/>
</form> </form>
{% endif %} {% endif %}
{% else %} {% else %}
@ -42,7 +42,7 @@
<form method="POST"> <form method="POST">
{% csrf_token %} {% csrf_token %}
<input type="hidden" name="role" value="chair" /> <input type="hidden" name="role" value="chair" />
<input type="submit" class="btn" value="Volunteer to be session chair"/> <input type="submit" class="btn btn-success" value="Volunteer to be session chair"/>
</form> </form>
{% endif %} {% endif %}
{% else %} {% else %}