template: Removed unused 'cycle' template tag.
This commit is contained in:
parent
d809ff95bb
commit
bfd01e67b6
@ -38,8 +38,7 @@
|
|||||||
<th style="width: 1px;">{% trans "Actions" %}</th>
|
<th style="width: 1px;">{% trans "Actions" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for assignment in assignments %}
|
{% for assignment in assignments %}
|
||||||
<tr class="{% cycle '' 'odd' %}
|
<tr {% if assignment.active %}activeline{% endif %}">
|
||||||
{% if assignment.active %}activeline{% endif %}">
|
|
||||||
<td><a href="{% url 'assignment_view' assignment.id %}">{{ assignment }}</a></td>
|
<td><a href="{% url 'assignment_view' assignment.id %}">{{ assignment }}</a></td>
|
||||||
<td>
|
<td>
|
||||||
{% blocktrans with posts=assignment.posts context "Number of searched candidates for an election"%}posts: {{ posts }}{% endblocktrans %}
|
{% blocktrans with posts=assignment.posts context "Number of searched candidates for an election"%}posts: {{ posts }}{% endblocktrans %}
|
||||||
|
Loading…
Reference in New Issue
Block a user