From 701eb1a8693c3bd9d66cd956ef295d4743b182ac Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Mon, 4 Feb 2019 13:46:05 -0500 Subject: [PATCH] Fix string formatting on review page --- templates/task_orders/new/review.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ) }}