Fix typo in assignment.
This commit is contained in:
parent
246c7a456a
commit
571649d5a6
@ -38,7 +38,7 @@
|
|||||||
<th class="mini_width">{% trans "Actions" %}</th>
|
<th class="mini_width">{% trans "Actions" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for assignment in assignments %}
|
{% 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><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