new workspace and task order routes

This commit is contained in:
dandds
2018-12-13 16:05:44 -05:00
parent 3ca9d51b04
commit 6d92755a7f
24 changed files with 427 additions and 30 deletions

12
atst/forms/task_order.py Normal file
View File

@@ -0,0 +1,12 @@
from wtforms.fields import StringField
from .forms import CacheableForm
class TaskOrderForm(CacheableForm):
clin_0001 = StringField("CLIN 0001")
clin_0003 = StringField("CLIN 0003")
clin_1001 = StringField("CLIN 1001")
clin_1003 = StringField("CLIN 1003")
clin_2001 = StringField("CLIN 2001")
clin_2003 = StringField("CLIN 2003")