no lonks on assemblies list

This commit is contained in:
j 2021-10-25 16:17:36 +01:00
parent 98d6b482fd
commit 476acff1fe

View file

@ -6,7 +6,7 @@
{% for text in texts %} {% for text in texts %}
<div class="text"> <div class="text">
<h1><a href="{{ text.get_absolute_url }}">{{ text.title | safe }}</a></h1> <h1><a href="{{ text.get_absolute_url }}">{{ text.title | safe }}</a></h1>
<h2>{{ text.byline|safe }}</h2> <h2>{{ text.byline|striptags }}</h2>
</div> </div>
{% endfor %} {% endfor %}
{% endblock %} {% endblock %}