diff --git a/catalog/templates/catalog/course.html b/catalog/templates/catalog/course.html index c2e155c8..d0ed036a 100644 --- a/catalog/templates/catalog/course.html +++ b/catalog/templates/catalog/course.html @@ -2,264 +2,257 @@ {% load humanize permissions static %} -{% block title %}{{ course.slug|upper }} {{ course.name }}{% endblock %} +{% block title %}{{ course.slug|upper }} {{ course.name }} - DocHub{% endblock %} {% block header %} -
-

- {% if course.is_archive %} - - - - {% endif %} - {{ course.slug|upper }} {{ course.name }} -

- {% if course.is_archive %} -

Ce cours ne fait plus partie du programme de l'ULB, il est gardé ici uniquement pour des raisons - historiques.

- {% endif %} - - - - - - Partager un document - - {% if following %} - -
- {% csrf_token %} - -
-
- {% else %} - -
- {% csrf_token %} - - -
- {% endif %} -
+ Partager un doc + + + {% if following %} + +
+ {% csrf_token %} + +
+
+ {% else %} + +
+ {% csrf_token %} + +
+
+ {% endif %} + + + + + {% endblock header %} {% block content %} -
+
+ {% if documents %} -
- + +
+ + + + + + +
- > - -
-
-
    - {% for tag in tags %} -
  • - - -
  • - {% endfor %} -
+ + + +
+
+
Filtrer par tags :
+
+ {% for tag in tags %} +
+ + +
+ {% endfor %} +
+
+
- {% endif %} -
- {% endfor %} - + {% endif %}
- {% endblock content %} diff --git a/catalog/templates/catalog/finder.html b/catalog/templates/catalog/finder.html index 13000aaa..e26e2bec 100644 --- a/catalog/templates/catalog/finder.html +++ b/catalog/templates/catalog/finder.html @@ -1,121 +1,129 @@ {% extends "base.html" %} {% load static %} -{% block title %}Liste des cours{% endblock %} +{% block title %}Liste des cours - DocHub{% endblock %} {% block content %} - {% comment %} - - {% endcomment %} + {% if is_archive %} -