Fix typo in assignment.

This commit is contained in:
Norman Jäckel 2013-02-16 16:18:47 +01:00
parent 246c7a456a
commit 571649d5a6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<th class="mini_width">{% trans "Actions" %}</th>
</tr>
{% for assignment in assignments %}
<tr {% 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 %}