Skip to content

Commit

Permalink
move condition up to not show an empty div
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Jul 3, 2017
1 parent 6acbcaa commit 99628a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/app/layout/viewlets/anontools.pt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id='portal-anontools'>
<ul tal:condition="python:view.user_actions and view.anonymous">
<div id="portal-anontools" tal:condition="python:view.user_actions and view.anonymous">
<ul>
<li>
<tal:actions repeat="action view/user_actions">
<a href=""
Expand Down

0 comments on commit 99628a7

Please sign in to comment.