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:
Said Tahsin Dane 2015-03-05 12:47:25 +02:00
parent 1fc7bf4cdb
commit d89ef3ec84

View file

@ -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 %}