mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 10:42:43 +00:00 
			
		
		
		
	Add value to submit button
This commit is contained in:
		| @@ -95,7 +95,7 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| {% macro render_submit_field(field) %} | {% macro render_submit_field(field) %} | ||||||
|   <button class="btn waves-effect waves-light" id="{{ field.id }}" name="{{ field.name }}" type="submit"> |   <button class="btn waves-effect waves-light" id="{{ field.id }}" name="{{ field.name }}" type="submit" value="Submit"> | ||||||
|     {{ field.label.text }} |     {{ field.label.text }} | ||||||
|     {% if 'material_icon' in kwargs %} |     {% if 'material_icon' in kwargs %} | ||||||
|       <i class="material-icons right">{{ kwargs.pop('material_icon') }}</i> |       <i class="material-icons right">{{ kwargs.pop('material_icon') }}</i> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user