Skip to content

Commit

Permalink
WEB-3983 : Fix contacts bootstrap grid
Browse files Browse the repository at this point in the history
  • Loading branch information
boulch committed Sep 6, 2023
1 parent 951ad00 commit d8821fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
1.1.23 (unreleased)
-------------------

- WEB-3983 : Fix contacts bootstrap grid
[boulch]

- WEB-3980 : Fix help and authentic sources menus double displaying in folder_contents view
[boulch]

Expand Down
4 changes: 2 additions & 2 deletions src/imio/smartweb/core/contents/sections/contact/view.pt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<metal:macro use-macro="context/@@sections_macros/section_title" />
<div class="row"
tal:repeat="items batch">
<span tal:repeat="item items">
<tal:loop tal:repeat="item items">
<metal:macro use-macro="context/@@contact_macros/contact_body"
tal:define="section_view nocall:view;
contact python:view.get_contact_properties(item)" />
</span>
</tal:loop>
</div>
</div>
</metal:content-core>
Expand Down

0 comments on commit d8821fd

Please sign in to comment.