Fix string formatting on review page
This commit is contained in:
parent
b27e3cb726
commit
701eb1a869
@ -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