From c848f79cd4e5a748eecc58dfadffd2331c75f05d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 29 Sep 2016 18:11:55 +0200 Subject: [PATCH] Add production notes in event details --- app/static/src/sass/global/_typography.scss | 9 +++++++++ app/templates/agenda/event_detail.html | 21 ++++++++++++++++----- 2 files changed, 25 insertions(+), 5 deletions(-) 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 %} -- 2.39.5