Merge pull request #752 from emanuelschuetze/template-fixes2
Fixed typo.
This commit is contained in:
commit
3a58749e18
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user