# HG changeset patch # User Thierry Florac # Date 1547314555 -3600 # Node ID bb30d6a57ffb40937de177121620b8f3ce833690 # Parent 3ad8173bd02fb7eb063873aa595496f77e06531d Added "glossary" HTML renderer to verbatim paragraph templates diff -r 3ad8173bd02f -r bb30d6a57ffb src/pyams_default_theme/component/paragraph/templates/verbatim-default.pt --- a/src/pyams_default_theme/component/paragraph/templates/verbatim-default.pt Fri Jan 11 13:55:26 2019 +0100 +++ b/src/pyams_default_theme/component/paragraph/templates/verbatim-default.pt Sat Jan 12 18:35:55 2019 +0100 @@ -29,8 +29,7 @@
-
Quote
+
${structure:tales:html(view.quote, 'text;glossary')}
${view.author}, diff -r 3ad8173bd02f -r bb30d6a57ffb src/pyams_default_theme/component/paragraph/templates/verbatim-left.pt --- a/src/pyams_default_theme/component/paragraph/templates/verbatim-left.pt Fri Jan 11 13:55:26 2019 +0100 +++ b/src/pyams_default_theme/component/paragraph/templates/verbatim-left.pt Sat Jan 12 18:35:55 2019 +0100 @@ -29,7 +29,7 @@
-
${structure:tales:html(view.quote)}
+
${structure:tales:html(view.quote, 'text;glossary')}
${view.author}, diff -r 3ad8173bd02f -r bb30d6a57ffb src/pyams_default_theme/component/paragraph/templates/verbatim-right.pt --- a/src/pyams_default_theme/component/paragraph/templates/verbatim-right.pt Fri Jan 11 13:55:26 2019 +0100 +++ b/src/pyams_default_theme/component/paragraph/templates/verbatim-right.pt Sat Jan 12 18:35:55 2019 +0100 @@ -29,7 +29,7 @@
-
${structure:tales:html(view.quote)}
+
${structure:tales:html(view.quote, 'text;glossary')}
${view.author},