From 2151bf0dd82147de976f786f501c4fa91f60031c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sun, 4 Sep 2016 14:34:20 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Corrections/am=C3=A9liorations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sur le template des descriptions des spectacles --- bda/templates/descriptions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html index 3ab514f2..44fe16ae 100644 --- a/bda/templates/descriptions.html +++ b/bda/templates/descriptions.html @@ -46,7 +46,7 @@

{{ show.location }}

{{ show.category }}

-

{{ show.date }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %}- {{ show.price }}

+

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }}€

{{ show.category }}

From 9efe209689f5b08c74ad164c050d353af54152ff Mon Sep 17 00:00:00 2001 From: Hugo Roussille Date: Mon, 5 Sep 2016 20:08:43 +0200 Subject: [PATCH 2/3] Modifications graphiques --- bda/templates/descriptions.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html index 44fe16ae..404bf89c 100644 --- a/bda/templates/descriptions.html +++ b/bda/templates/descriptions.html @@ -20,6 +20,7 @@ .descTable{ width: auto; margin: 0 auto 1em; + border-bottom: 2px solid; border-collapse: collapse; border-spacing: 0; font-size: 14px; @@ -46,10 +47,7 @@

{{ show.location }}

{{ show.category }}

-

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }}€

- - -

{{ show.category }}

+

{{ show.date|date:"l j F Y - H\hi" }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if show.slots_description != "" %}({{ show.slots_description }}){% endif %} - {{ show.price }} euro{{ show.price|pluralize}}

@@ -61,7 +59,7 @@ {% if show.image %} -

{{ show.title }}

+

{{ show.title }}

{% endif %} From 5b2c3e3caece39c1fb53612664f434ef72412a33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Thu, 8 Sep 2016 12:52:07 +0200 Subject: [PATCH 3/3] Fix tabs --- bda/templates/descriptions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html index 404bf89c..7eb8b93b 100644 --- a/bda/templates/descriptions.html +++ b/bda/templates/descriptions.html @@ -20,7 +20,7 @@ .descTable{ width: auto; margin: 0 auto 1em; - border-bottom: 2px solid; + border-bottom: 2px solid; border-collapse: collapse; border-spacing: 0; font-size: 14px;