feat: put buttons in group
This commit is contained in:
		
							
								
								
									
										12
									
								
								src/fellchensammlung/templates/allauth/elements/form.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								src/fellchensammlung/templates/allauth/elements/form.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | {% load allauth %} | ||||||
|  | <div class="block"> | ||||||
|  |     <form method="{{ attrs.method }}" | ||||||
|  |           {% if attrs.action %}action="{{ attrs.action }}"{% endif %}> | ||||||
|  |         {% slot body %} | ||||||
|  |         {% endslot %} | ||||||
|  |         <div class="field is-grouped is-grouped-multiline"> | ||||||
|  |             {% slot actions %} | ||||||
|  |             {% endslot %} | ||||||
|  |         </div> | ||||||
|  |     </form> | ||||||
|  | </div> | ||||||
		Reference in New Issue
	
	Block a user