Skip to content
Snippets Groups Projects
Commit fe18480f authored by Julian Rother's avatar Julian Rother
Browse files

Removed comment from preview macro

parent ff19d358
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@
</div>
<div class="col-xs-4">
<div>{{ lecture['title']|fixnl|safe }}</div>
<p style="font-style: italic; color: #777;">{{ lecture['comment']|fixnl|safe }}</p>
</div>
</div>
</div>
......@@ -25,8 +24,9 @@
</li>
<li>
{% if lecture.live %}<span class="label label-danger">Live</span> {% endif %}
<strong>{{ lecture.course.short }}</strong> {{ lecture['time'] }}
<strong>{{ lecture.course.title }}</strong>
</li>
<li>{{ lecture['time'] }}</li>
{% if lecture['speaker'] %}
<li>
<span class="small">Gehalten von {{ lecture['speaker']|safe }} </span>
......@@ -35,9 +35,6 @@
<li>
{{ lecture['title']|fixnl|safe }}
</li>
<li>
<p style="font-style: italic; color: #777;">{{ lecture['comment']|fixnl|safe }}</p>
</li>
</ul>
</div>
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment