use localize translatable string function to render label widget

This commit is contained in:
Julien Fastré 2015-12-15 10:06:05 +01:00
parent faf4583383
commit 9ca2be78eb

View File

@ -1 +1 @@
{{ customField.name(app.request.locale) }}
{{ customField.name|localize_translatable_string }}