[UPDT] HORILLA WODGETS: Add Django default select option template

This commit is contained in:
Horilla
2024-10-29 10:37:25 +05:30
parent 725a6d5fe9
commit fe513c56f7
5 changed files with 5 additions and 3 deletions

View File

@@ -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):