[UPDT] HORILLA WODGETS: Add Django default select option template
This commit is contained in:
@@ -10,7 +10,7 @@ from django import forms
|
||||
|
||||
from horilla_widgets.widgets.horilla_multi_select_field import HorillaMultiSelectField
|
||||
|
||||
forms.Select.option_template_name = "horilla_widgets/select_option.html"
|
||||
forms.Select.option_template_name = "horilla_widgets/horilla_select_option.html"
|
||||
|
||||
|
||||
class HorillaForm(forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user