From 8bcfa4b42e891c8976de077d463743f677a6d79f Mon Sep 17 00:00:00 2001 From: pavel Date: Thu, 30 Apr 2015 12:16:55 +0000 Subject: [PATCH] EXPO-148 readey --- templates/client/exposition.html | 2 ++ .../includes/conference/conference_list.html | 26 +++++++++++++++++++ .../includes/exposition/exposition_list.html | 26 +++++++++++++++++++ .../exposition/exposition_object.html | 26 +++++++++++++++++++ templates/client/includes/header.html | 10 ++++++- 5 files changed, 89 insertions(+), 1 deletion(-) 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 %}