From: Jérémy Fabre Date: Thu, 29 Sep 2016 16:11:55 +0000 (+0200) Subject: Add production notes in event details X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c848f79cd4e5a748eecc58dfadffd2331c75f05d;p=mezzo.git Add production notes in event details --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 0f661e6e..45d8712d 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -164,3 +164,12 @@ h1 + .chapo { font-weight: weight(regular); } + +.small-text { + + @include font-size(xs); + @include line-height(1); + @include typeface(serif); + font-weight: weight(light); + +} diff --git a/app/templates/agenda/event_detail.html b/app/templates/agenda/event_detail.html index 245ed696..0e5a9729 100644 --- a/app/templates/agenda/event_detail.html +++ b/app/templates/agenda/event_detail.html @@ -141,11 +141,22 @@ {% endblock %} {% block page_link %} - {% with event.links.all as links %} - {% if links %} - {% include 'core/inc/link.html' %} - {% endif %} - {% endwith %} +
+ {% with event.links.all as links %} + {% if links %} +
+ {% include 'core/inc/link.html' %} +
+ {% endif %} + {% endwith %} +
+
+ Notes de productions
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quod, modi sunt culpa sequi. Consequatur voluptate sapiente minus repellat earum, rerum asperiores, architecto quibusdam, dolore, soluta placeat aliquid. Voluptatum, dignissimos, quisquam. +
+
+
+ {% endblock %} {% block page_audio %}