From 162c8d12c5ca2b90999d010048776294c859163f Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 17 Jul 2018 14:50:52 -0400 Subject: [PATCH] Add dd to definition of field --- atst/forms/financial.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/atst/forms/financial.py b/atst/forms/financial.py index 23e6a27d..dfa2550c 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -59,29 +59,29 @@ class FinancialForm(Form): ) clin_0001 = StringField( - "
CLIN 0001
- Unclassified IaaS and PaaS Amount
", validators=[Required()] + "
CLIN 0001
-
Unclassified IaaS and PaaS Amount
", validators=[Required()] ) clin_0003 = StringField( - "
CLIN 0003
- Unclassified Cloud Support Package
", validators=[Required()] + "
CLIN 0003
-
Unclassified Cloud Support Package
", validators=[Required()] ) clin_1001 = StringField( - "
CLIN 1001
- Unclassified IaaS and PaaS Amount
OPTION PERIOD 1
", + "
CLIN 1001
-
Unclassified IaaS and PaaS Amount
OPTION PERIOD 1
", validators=[Required()], ) clin_1003 = StringField( - "
CLIN 1003
- Unclassified Cloud Support Package
OPTION PERIOD 1
", + "
CLIN 1003
-
Unclassified Cloud Support Package
OPTION PERIOD 1
", validators=[Required()], ) clin_2001 = StringField( - "
CLIN 2001
- Unclassified IaaS and PaaS Amount
OPTION PERIOD 2
", + "
CLIN 2001
-
Unclassified IaaS and PaaS Amount
OPTION PERIOD 2
", validators=[Required()], ) clin_2003 = StringField( - "
CLIN 2003
- Unclassified Cloud Support Package
OPTION PERIOD 2
", + "
CLIN 2003
-
Unclassified Cloud Support Package
OPTION PERIOD 2
", validators=[Required()], )