mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Use custom inputs for date picker and amounts
This commit is contained in:
		
							
								
								
									
										4
									
								
								templates/bootstrap_datepicker_plus/input.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								templates/bootstrap_datepicker_plus/input.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
<input type="{{ widget.type }}" name="{{ widget.name }}"{% if widget.value != None and widget.value != "" %}
 | 
			
		||||
       value="{{ widget.value }}"{% endif %}{% for name, value in widget.attrs.items %}{% ifnotequal value False %}
 | 
			
		||||
    {{ name }}{% ifnotequal value True %}="{{ value|stringformat:'s' }}"{% endifnotequal %}
 | 
			
		||||
{% endifnotequal %}{% endfor %}/>
 | 
			
		||||
		Reference in New Issue
	
	Block a user