add missing < in speaker_deatil.html
This commit is contained in:
parent
89bec82880
commit
9125edc21f
|
@ -3,7 +3,7 @@
|
|||
|
||||
{% block program_content %}
|
||||
|
||||
h3>{{ speaker.name }}</h3>
|
||||
<h3>{{ speaker.name }}</h3>
|
||||
|
||||
{% if speaker.picture_large and speaker.picture_small %}
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in a new issue