diff -r 7040f6533c42 -r ea6268cf8c83 src/hdalab/templates/renkan_list.html
--- 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 @@
Liste des renkans publiques
- | Nom | Date de modification | Preview | Statut | Actions |
+ | Nom | Date de modification | Preview | Actions |
{% for hr in renkan_list %}
@@ -39,7 +39,6 @@
{{ r.title }} ({{ r.id }}) |
{{ r.modification_date|date:"Y-m-d H:i" }} |
{% thumbnail r.image 100x100 as thumb %} |
- {{ hr.state }} |
|