Added Association viewlet inside HTML renderer template dev-dc
authorDamien Correia
Tue, 09 Oct 2018 17:51:18 +0200
branchdev-dc
changeset 180 e5d91569642f
parent 179 f805794b2500
child 181 97e8610cbabd
child 217 58c9992cb4dc
Added Association viewlet inside HTML renderer template
src/pyams_default_theme/component/paragraph/templates/html-default.pt
--- a/src/pyams_default_theme/component/paragraph/templates/html-default.pt	Tue Oct 09 16:40:40 2018 +0200
+++ b/src/pyams_default_theme/component/paragraph/templates/html-default.pt	Tue Oct 09 17:51:18 2018 +0200
@@ -6,4 +6,6 @@
 	<tal:var case="'before-body'">${structure:view.render_illustration()}</tal:var>
 	<div>${structure:tales:html(view.body, 'oid_to_href')}</div>
 	<tal:var case="'after-body'">${structure:view.render_illustration()}</tal:var>
+	<div class="clearfix"></div>
+	<br>${structure:provider:pyams.association}
 </tal:var>