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"> | ||||
|                     {% csrf_token %} | ||||
|                     <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> | ||||
|             {% endif %} | ||||
|         {% else %} | ||||
|  | @ -42,7 +42,7 @@ | |||
|                         <form method="POST"> | ||||
|                             {% csrf_token %} | ||||
|                             <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> | ||||
|                     {% endif %} | ||||
|                 {% else %} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 James Polley
						James Polley