diff --git a/edivorce/apps/core/templatetags/input_field.py b/edivorce/apps/core/templatetags/input_field.py index 989eaad3..d48a8a3e 100644 --- a/edivorce/apps/core/templatetags/input_field.py +++ b/edivorce/apps/core/templatetags/input_field.py @@ -23,7 +23,7 @@ def input_field(context, type, name='', value='', multiple='', **kwargs): # set initial value for textbox if type == "text" and value == '' and multiple != 'true': value = context.get(name, '') - tag = ['