diff --git a/templates/task_orders/new/review.html b/templates/task_orders/new/review.html index 65d4cc5a..dcca1abf 100644 --- a/templates/task_orders/new/review.html +++ b/templates/task_orders/new/review.html @@ -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' ) }}