diff --git a/templates/client/exposition.html b/templates/client/exposition.html index 8f56bf71..c5d45b9c 100644 --- a/templates/client/exposition.html +++ b/templates/client/exposition.html @@ -191,6 +191,7 @@ + {% if exposition.company.all %}
@@ -310,6 +311,7 @@
+ {% endfor %} diff --git a/templates/client/includes/conference/conference_list.html b/templates/client/includes/conference/conference_list.html index 459032f2..42ffccb1 100644 --- a/templates/client/includes/conference/conference_list.html +++ b/templates/client/includes/conference/conference_list.html @@ -90,6 +90,32 @@ + {% if forloop.counter == 8 %} + + + {%endif %} {% endfor %} {% endwith %} diff --git a/templates/client/includes/exposition/exposition_list.html b/templates/client/includes/exposition/exposition_list.html index b2887fa4..0329abbe 100644 --- a/templates/client/includes/exposition/exposition_list.html +++ b/templates/client/includes/exposition/exposition_list.html @@ -90,6 +90,32 @@ + {% if forloop.counter == 8 %} + + + {%endif %} {% endfor %} {% endwith %} diff --git a/templates/client/includes/exposition/exposition_object.html b/templates/client/includes/exposition/exposition_object.html index e5fc759c..53403921 100644 --- a/templates/client/includes/exposition/exposition_object.html +++ b/templates/client/includes/exposition/exposition_object.html @@ -183,7 +183,33 @@ {% endif %} +
+ +

+
{% with companies=exposition.company.all|slice:":6" %} diff --git a/templates/client/includes/header.html b/templates/client/includes/header.html index b6f46008..a48668ed 100644 --- a/templates/client/includes/header.html +++ b/templates/client/includes/header.html @@ -100,7 +100,15 @@
{% block header_banner %} - + + + + {% endblock %}