diff --git a/templates/admin/index.html b/templates/admin/index.html
index 4f501b5..6493ea8 100644
--- a/templates/admin/index.html
+++ b/templates/admin/index.html
@@ -46,11 +46,6 @@
{% endfor %}
-
{% else %}
{% trans "You don't have permission to edit anything." %}
{% endif %}
@@ -59,32 +54,18 @@
{% block sidebar %}
-
-
{% trans 'Recent Actions' %}
-
{% trans 'My Actions' %}
- {% load log %}
- {% get_admin_log 10 as admin_log for_user user %}
- {% if not admin_log %}
-
{% trans 'None available' %}
- {% else %}
-
- {% for entry in admin_log %}
- -
- {% if entry.is_deletion or not entry.get_admin_url %}
- {{ entry.object_repr }}
- {% else %}
- {{ entry.object_repr }}
- {% endif %}
-
- {% if entry.content_type %}
- {% filter capfirst %}{% trans entry.content_type.name %}{% endfilter %}
- {% else %}
- {% trans 'Unknown content' %}
- {% endif %}
-
- {% endfor %}
-
- {% endif %}
+
+
Interfaces spécifiques
+
+
+
+
Importation/exportation
+
{% endblock %}