Only the KO can view
This commit is contained in:
@@ -196,10 +196,7 @@ APPLICATION_COMPLEXITY = [
|
||||
]
|
||||
|
||||
DEV_TEAM = [
|
||||
(
|
||||
"civilians",
|
||||
translate("forms.task_order.dev_team.civilians"),
|
||||
),
|
||||
("civilians", translate("forms.task_order.dev_team.civilians")),
|
||||
("military", translate("forms.task_order.dev_team.military")),
|
||||
("contractor", translate("forms.task_order.dev_team.contractor")),
|
||||
("other", translate("forms.task_order.dev_team.other")),
|
||||
|
@@ -3,7 +3,7 @@ from flask_wtf.file import FileAllowed
|
||||
|
||||
from wtforms.fields.html5 import DateField
|
||||
from wtforms.fields import StringField, TextAreaField, FileField
|
||||
from wtforms.validators import Optional, Length, InputRequired
|
||||
from wtforms.validators import Optional, Length
|
||||
|
||||
from .forms import CacheableForm
|
||||
from .validators import IsNumber, DateRange
|
||||
|
Reference in New Issue
Block a user