Add missing "

- Legacy-Id: 3981
This commit is contained in:
Ole Laursen 2012-02-26 21:51:16 +00:00
parent 0144bcd05b
commit 6ee6b4bd9a

View file

@ -1,6 +1,6 @@
{% load wgchairs_tags %}
<tr class="{{ forloop.counter|divisibleby:2|yesno:"oddrow,evenrow" }}>
<tr class="{{ forloop.counter|divisibleby:2|yesno:"oddrow,evenrow" }}">
<td class="title">
<a href="{% url doc_view doc.filename %}">{{ doc.title }}</a>
</td>