diff --git a/colloscope/templates/table.html b/colloscope/templates/table.html
index 024a023..40c45fa 100644
--- a/colloscope/templates/table.html
+++ b/colloscope/templates/table.html
@@ -22,7 +22,25 @@
Colloscope : {{ periode.libelle }}
- Exporter le colloscope
+
+
+ {% if request.GET.periode %}
+ Exporter le colloscope
+ {% else %}
+ Exporter le colloscope
+ {% endif %}
diff --git a/colloscope/templates/trunk.html b/colloscope/templates/trunk.html
deleted file mode 100644
index 78f0b9c..0000000
--- a/colloscope/templates/trunk.html
+++ /dev/null
@@ -1,4 +0,0 @@
-{% extends "base.html" %}
-
-{% block header %}
-{% endblock header %}