src/pyams_form/widget/templates/hidden-select-input.pt
changeset 184 848706a5100d
parent 138 07368c161bb9
child 219 8072c47cdecd
--- a/src/pyams_form/widget/templates/hidden-select-input.pt	Fri Jul 26 19:17:03 2019 +0200
+++ b/src/pyams_form/widget/templates/hidden-select-input.pt	Wed Aug 28 18:06:20 2019 +0200
@@ -1,5 +1,5 @@
-<label class="input bordered with-icon"
-	   tal:omit-tag="view/required" i18n:domain="onf_website">
+<label class="input bordered with-icon" i18n:domain="pyams_form"
+	   tal:omit-tag="view/required">
 	<i class="icon-append fa fa-trash-o text-primary hint opaque"
 		title="Clear selected values" i18n:attributes="title"
 		tal:omit-tag="view/required"
@@ -35,4 +35,4 @@
 								data-ams-select2-values view/values_map;
 								data-ams-select2-multiple python:'true' if view.multiple else None;" />
 	</div>
-</label>
+</label>
\ No newline at end of file