mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Fix date-picker.html import
This commit is contained in:
		@@ -97,7 +97,7 @@ class DatePickerDictionary:
 | 
			
		||||
class BasePickerInput(DateTimeBaseInput):
 | 
			
		||||
    """Base Date-Picker input class for widgets of this package."""
 | 
			
		||||
 | 
			
		||||
    template_name = 'bootstrap_datepicker_plus/date_picker.html'
 | 
			
		||||
    template_name = 'bootstrap_datepicker_plus/date-picker.html'
 | 
			
		||||
    picker_type = 'DATE'
 | 
			
		||||
    format = '%Y-%m-%d'
 | 
			
		||||
    config = {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user