mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Description support in service sessions.
The service slots looks really empty. They can have description now. If they don't have a description, they look the same as before.
This commit is contained in:
parent
1fc7bf4cdb
commit
d89ef3ec84
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@
|
||||||
<div class="color-line"></div>
|
<div class="color-line"></div>
|
||||||
<div class="slot-content">
|
<div class="slot-content">
|
||||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||||
|
{% if session.description != null %}
|
||||||
|
<p class="theme-description"><br>{{ session.description }}</p>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue