Corrected glossary term template
authortflorac@dagon.home
Wed, 02 Jan 2019 20:18:17 +0100
changeset 324 4c5d54bf206a
parent 323 69aac773c5fb
child 325 06a83f82c204
Corrected glossary term template
src/pyams_default_theme/features/thesaurus/templates/associated-terms.pt
--- a/src/pyams_default_theme/features/thesaurus/templates/associated-terms.pt	Wed Jan 02 20:16:05 2019 +0100
+++ b/src/pyams_default_theme/features/thesaurus/templates/associated-terms.pt	Wed Jan 02 20:18:17 2019 +0100
@@ -29,7 +29,7 @@
 	<div tal:condition="term.usage">
 		<strong i18n:translate="">See:</strong>
 		<span class="thesaurus-term"
-			  tal:omit-tag="term.usage != 'published'">${term.usage.alt or term.usage.label}</span>
+			  tal:omit-tag="term.usage.status != 'published'">${term.usage.alt or term.usage.label}</span>
 	</div>
 	<br />
 </tal:var>
\ No newline at end of file