Styling for Period of Performance Section

This commit is contained in:
leigh-mil
2019-09-03 11:56:20 -04:00
parent 8a16b61e80
commit f08088c736
3 changed files with 19 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ class CLINForm(FlaskForm):
)
end_date = DateField(
translate("task_orders.form.pop_end"),
description="For example: 07 04 1776",
format="%m/%d/%Y",
validators=[Optional()],
)