Browse Source

Remove theme copy from themes list

rafalp 6 years ago
parent
commit
a914cd2601
1 changed files with 0 additions and 6 deletions
  1. 0 6
      misago/templates/misago/admin/themes/list.html

+ 0 - 6
misago/templates/misago/admin/themes/list.html

@@ -20,7 +20,6 @@
 <th>&nbsp;</th>
 <th>&nbsp;</th>
 <th>&nbsp;</th>
 <th>&nbsp;</th>
 <th>&nbsp;</th>
 <th>&nbsp;</th>
-<th>&nbsp;</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" %}">