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

Allow html code in speaker field of preview macro (#147)

parent f1f1f66e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<span>{% if ismod() %}ID: {{lecture.id}}{% endif %}</span><br>
<span>{{ lecture['time'] }}</span>
{% if lecture['speaker'] %}
<div class="small">Gehalten von {{ lecture['speaker'] }} </div>
<div class="small">Gehalten von {{ lecture['speaker']|safe }} </div>
{% endif %}
</div>
<div class="col-xs-4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment