mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-10-31 02:32:45 +00:00 
			
		
		
		
	Add value to submit button
This commit is contained in:
		| @@ -95,7 +95,7 @@ | ||||
|  | ||||
|  | ||||
| {% 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 }} | ||||
|     {% if 'material_icon' in kwargs %} | ||||
|       <i class="material-icons right">{{ kwargs.pop('material_icon') }}</i> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user