template: Removed unused 'cycle' template tag.

This commit is contained in:
Emanuel Schuetze 2013-02-05 21:55:41 +01:00
parent d809ff95bb
commit bfd01e67b6
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@
<th style="width: 1px;">{% trans "Actions" %}</th>
</tr>
{% for assignment in assignments %}
<tr class="{% cycle '' 'odd' %}
{% if assignment.active %}activeline{% endif %}">
<tr {% if assignment.active %}activeline{% endif %}">
<td><a href="{% url 'assignment_view' assignment.id %}">{{ assignment }}</a></td>
<td>
{% blocktrans with posts=assignment.posts context "Number of searched candidates for an election"%}posts: {{ posts }}{% endblocktrans %}