src/hdalab/templates/renkan_list.html
changeset 329 ea6268cf8c83
parent 301 3ec8fb1afed8
child 331 306b95944074
--- a/src/hdalab/templates/renkan_list.html	Wed Sep 03 17:22:23 2014 +0200
+++ b/src/hdalab/templates/renkan_list.html	Fri Sep 05 12:43:52 2014 +0200
@@ -30,7 +30,7 @@
     <h2>Liste des renkans publiques</h2>
     <table id="rk-table">
       <thead>
-        <tr class="border_bottom"><th>Nom</th><th>Date de modification</th><th>Preview</th><th>Statut</th><th>Actions</th></tr>
+        <tr class="border_bottom"><th>Nom</th><th>Date de modification</th><th>Preview</th><th>Actions</th></tr>
       </thead>
       <tbody>
       {% for hr in renkan_list %}
@@ -39,7 +39,6 @@
             <td>{{ r.title }} ({{ r.id }})</td>
             <td>{{ r.modification_date|date:"Y-m-d H:i" }}</td>
             <td>{% thumbnail r.image 100x100 as thumb %}<img src="{{ thumb.url }}" width="{{ thumb.width }}" height="{{ thumb.height }}" /></td>
-            <td>{{ hr.state }}</td>
             <td>
                 <a title="View renkan" href="{% url 'renkan_view' %}?rk_id={{ r.rk_id }}" class="renkan-basic-action"><span class="ui-icon ui-icon-eye"></span></a>
                 <a title="Copy renkan" href="{% url 'renkan_copy' rk_id=r.rk_id %}?next={% url 'profile_home' %}" class="renkan-basic-action" onclick="return confirm('{% trans "Are you sure you want to copy this renkan ?" %}');" ><span class="ui-icon ui-icon-copy"></span></a>