Merge pull request #598 from dod-ccpo/safe-migration-on-review
Fix string formatting on review page
This commit is contained in:
commit
744e1292c9
@ -72,7 +72,8 @@
|
||||
("forms.task_order.app_migration.label" | translate),
|
||||
(
|
||||
("forms.task_order.app_migration.{}".format(task_order.app_migration) | translate) if task_order.app_migration
|
||||
)
|
||||
),
|
||||
filter='safe'
|
||||
)
|
||||
}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user