mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
Merge pull request #64 from gdgistanbul/feature/service-can-have-description-too
Description support in service sessions.
This commit is contained in:
commit
859b2c6b49
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