0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

fix wrong closing tag

This commit is contained in:
dv 2014-07-02 19:10:19 +08:00
parent fee62898fc
commit 5c61f75b68

View File

@ -35,7 +35,7 @@
<td class="username">{{ user.username }}</td>
<td class="level">{% if user.is_superuser %}{% trans "Admin" %}{% endif %}</td>
<td class="status"><div class="status-tag {% if user.is_active %}primary{% endif %}">{% if user.is_active %}{% trans "Active" %}{% else %}{% trans "Inactive" %}{% endif %}</div></td>
</li>
</tr>
{% endfor %}
</tbody>
</table>
</table>