Skip to content

Commit

Permalink
wrap sequence items in <ul>. closes Pylons#100
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Sep 21, 2012
1 parent a49904f commit f8f1e21
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions deform/templates/readonly/sequence.pt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
tmpl field.widget.readonly_item_template">
<!-- sequence -->

<div tal:repeat="tup subfields"
tal:content="structure rndr(tmpl, field=tup[1], cstruct=tup[0])"/>
<ul>

<div tal:repeat="tup subfields"
tal:content="structure rndr(tmpl, field=tup[1], cstruct=tup[0])"/>

</ul>

<!-- /sequence -->
</div>

0 comments on commit f8f1e21

Please sign in to comment.