Add missing filter

This commit is contained in:
Montana 2019-02-05 10:43:35 -05:00
parent d100438dba
commit 72b36395ce

View File

@ -6,7 +6,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'
)
}}