From a9d608c84f82846633d20f975044c73785f9bd07 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 = ['