Apply usual styling to session volunteering buttons
This commit is contained in:
parent
39669055ef
commit
9abea97625
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue