|
@@ -20,7 +20,6 @@
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
<th> </th>
|
|
-<th> </th>
|
|
|
|
{% endblock table-header %}
|
|
{% endblock table-header %}
|
|
|
|
|
|
|
|
|
|
@@ -73,11 +72,6 @@
|
|
</a>
|
|
</a>
|
|
</td>
|
|
</td>
|
|
<td class="row-action">
|
|
<td class="row-action">
|
|
- <a href="{% url 'misago:admin:appearance:themes:edit' pk=item.pk %}" class="btn btn-primary tooltip-top" title="{% trans "Copy" %}">
|
|
|
|
- <span class="fa fa-copy"></span>
|
|
|
|
- </a>
|
|
|
|
-</td>
|
|
|
|
-<td class="row-action">
|
|
|
|
{% if not item.is_active %}
|
|
{% if not item.is_active %}
|
|
<form action="{% url 'misago:admin:appearance:themes:activate' pk=item.pk %}" method="post">
|
|
<form action="{% url 'misago:admin:appearance:themes:activate' pk=item.pk %}" method="post">
|
|
<button class="btn btn-default tooltip-top" title="{% trans "Activate" %}">
|
|
<button class="btn btn-default tooltip-top" title="{% trans "Activate" %}">
|