Fixed typo.

This commit is contained in:
Emanuel Schuetze 2013-06-17 10:44:55 +02:00
parent fb387b6ada
commit c450dfb1d5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
</tr>
</thead>
{% for assignment in assignments %}
<tr {% if assignment.active %}activeline{% endif %}>
<tr class="{% if assignment.active %}activeline{% endif %}">
<td><a href="{% url 'assignment_view' assignment.id %}">{{ assignment }}</a></td>
<td class="optional">
<!-- posts -->