close ul BEFORE closing div

This commit is contained in:
Oriane Chagnon 2012-04-30 19:28:19 -03:00
parent 88d6b61a2e
commit b42e619b7f

View File

@ -66,7 +66,7 @@
<li><a href='{{ attachment.file.url }}'>{{ attachment.filename }}</a> ({{ attachment.mime_type }}, {{ attachment.size|filesizeformat }})</li> <li><a href='{{ attachment.file.url }}'>{{ attachment.filename }}</a> ({{ attachment.mime_type }}, {{ attachment.size|filesizeformat }})</li>
{% if forloop.last %}</ul></div>{% endif %} {% if forloop.last %}</ul></div>{% endif %}
{% endfor %} {% endfor %}
</div></ul>{% endif %} </ul></div>{% endif %}
</div> </div>
{% endfor %} {% endfor %}
{% endif %} {% endif %}