Browse Source

Removed debug data from template.

Rafał Pitoń 11 years ago
parent
commit
53777aa8de
1 changed files with 0 additions and 8 deletions
  1. 0 8
      misago/templates/misago/admin/forums/list.html

+ 0 - 8
misago/templates/misago/admin/forums/list.html

@@ -14,10 +14,6 @@
 
 {% block table-header %}
 <th>{% trans "Forum" %}</th>
-<th>Role</th>
-<th>Left</th>
-<th>Right</th>
-<th>Level</th>
 <th>&nbsp;</th>
 <th>&nbsp;</th>
 <th>&nbsp;</th>
@@ -39,10 +35,6 @@
   {% endif %}
   {{ item.name }}
 </td>
-<td>{{ item.role }}</td>
-<td>{{ item.lft }}</td>
-<td>{{ item.rght }}</td>
-<td>{{ item.level }}</td>
 <td class="row-action">
   {% if not item.last %}
   <form action="{% url 'misago:admin:forums:nodes:down' forum_id=item.id %}" method="post">