[UPDT] HORILLA WIDGETS: Change orginal_template_name to default_select_option_template

This commit is contained in:
Horilla
2025-04-17 10:40:33 +05:30
parent ffc958e033
commit 8007d10b35
4 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ from django import forms
from horilla_widgets.widgets.horilla_multi_select_field import HorillaMultiSelectField
orginal_template_name = forms.Select.option_template_name
default_select_option_template = forms.Select.option_template_name
forms.Select.option_template_name = "horilla_widgets/horilla_select_option.html"