Merge pull request #752 from emanuelschuetze/template-fixes2

Fixed typo.
This commit is contained in:
Oskar Hahn 2013-06-17 04:58:20 -07:00
commit 3a58749e18

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 -->