diff -r e8855ddc1851 -r 177b508612f4 src/hdalab/templates/thesaurus.html
--- a/src/hdalab/templates/thesaurus.html Thu Jun 19 12:47:41 2014 +0200
+++ b/src/hdalab/templates/thesaurus.html Fri Jun 20 13:10:39 2014 +0200
@@ -1,27 +1,28 @@
{% extends "base.html" %}
+{% load static %}
{% block title %}{{block.super}} > Recherche par arbre{% endblock %}
{% block css_import %}
{{block.super}}
-
-
-
+
+
+
{% endblock %}
{% block js_import %}
{{block.super}}
-
-
-
+
+
+
-
-
+
+
{% endblock %}
{% block thesaurus_actif %}actif{% endblock %}