mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31:22 +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="slot-content">
|
||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||
{% if session.description != null %}
|
||||
<p class="theme-description"><br>{{ session.description }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue