|
@@ -33,7 +33,7 @@
|
|
<img src="{{ item|avatar:24 }}" alt="{% trans "Avatar" %}" width="24" height="24">
|
|
<img src="{{ item|avatar:24 }}" alt="{% trans "Avatar" %}" width="24" height="24">
|
|
</td>
|
|
</td>
|
|
<td class="{% if item.requires_activation %}text-muted{% endif %}">
|
|
<td class="{% if item.requires_activation %}text-muted{% endif %}">
|
|
- {{ item.username }}
|
|
|
|
|
|
+ <strong>{{ item.username }}</strong>
|
|
</td>
|
|
</td>
|
|
<td class="lead text-muted">
|
|
<td class="lead text-muted">
|
|
{% if item.requires_activation_by_admin %}
|
|
{% if item.requires_activation_by_admin %}
|
|
@@ -85,11 +85,6 @@
|
|
<span class="fa fa-pencil"></span>
|
|
<span class="fa fa-pencil"></span>
|
|
</a>
|
|
</a>
|
|
</td>
|
|
</td>
|
|
-<td class="row-action">
|
|
|
|
- <a href="{% url 'misago:admin:users:accounts:edit' user_id=item.pk %}" class="btn btn-danger tooltip-top" title="{% trans "Delete user" %}">
|
|
|
|
- <span class="fa fa-times"></span>
|
|
|
|
- </a>
|
|
|
|
-</td>
|
|
|
|
{% endblock table-row %}
|
|
{% endblock table-row %}
|
|
|
|
|
|
|
|
|