Merge pull request #598 from dod-ccpo/safe-migration-on-review

Fix string formatting on review page
This commit is contained in:
patricksmithdds 2019-02-04 13:57:29 -05:00 committed by GitHub
commit 744e1292c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,8 @@
("forms.task_order.app_migration.label" | translate), ("forms.task_order.app_migration.label" | translate),
( (
("forms.task_order.app_migration.{}".format(task_order.app_migration) | translate) if task_order.app_migration ("forms.task_order.app_migration.{}".format(task_order.app_migration) | translate) if task_order.app_migration
) ),
filter='safe'
) )
}} }}