meeting safe things
This commit is contained in:
parent
3e1cbf3b17
commit
8a67c196d8
|
@ -28,7 +28,7 @@
|
|||
|
||||
<div class="tab_container">
|
||||
<div id="synopsis" class="tab_content">
|
||||
{{ meeting.intro }}
|
||||
{{ meeting.intro|safe }}
|
||||
<!--Content-->
|
||||
</div>
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
|||
<a href="/static/{{d.file}}">{{d.title}}</a>
|
||||
</div>
|
||||
<div class="intro">
|
||||
{{ d.intro }}
|
||||
{{ d.intro|safe }}
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user