From 8736f0c8b52d5685f0d3f85e50408df03984fd9f Mon Sep 17 00:00:00 2001 From: Mike Olund Date: Fri, 24 Mar 2017 13:44:14 -0700 Subject: [PATCH] DIV-395 - Fixed YSOD error --- edivorce/apps/core/templatetags/input_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ['