Skip to content

Commit

Permalink
fix wrong tap expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Krause committed Apr 12, 2015
1 parent 01e3741 commit 977bfc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
seperator python: '' if base_link.endswith('/') else '/';
self_link string:${plone_view/renderBase}${seperator}${id};
amenities item/amenities_order/value | nothing;
amenities_dict item/amenities_lookup/value | nopthing;
amenities_dict item/amenities_lookup/value | nothing;
amenities_count python:len(amenities);">

<div id="viewlet-above-content-title" tal:content="structure provider:plone.abovecontenttitle" tal:condition="not:ajax_load" />
Expand Down

0 comments on commit 977bfc9

Please sign in to comment.