relate safe
This commit is contained in:
parent
e5195da141
commit
3dbd3962c8
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ body {
|
||||||
{% for text in film.related_texts %}
|
{% for text in film.related_texts %}
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<a href="{{ text.get_absolute_url }}">
|
<a href="{{ text.get_absolute_url }}">
|
||||||
{{ text.title }}<br>
|
{{ text.title | safe }}<br>
|
||||||
{{ text.byline }}
|
{{ text.byline | safe }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue