forked from rc/aircox
sanitize headlines
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
</section>
|
||||
|
||||
{% if is_paginated %}
|
||||
<hr>
|
||||
<hr/>
|
||||
{% update_query request.GET.copy page=None as GET %}
|
||||
{% with GET.urlencode as GET %}
|
||||
<nav class="pagination is-centered" role="pagination" aria-label="{% trans "pagination" %}">
|
||||
|
@ -51,9 +51,7 @@ Context variables:
|
||||
|
||||
{% if has_headline|default_if_none:True %}
|
||||
<div class="headline">
|
||||
{% block headline %}
|
||||
{{ object.headline|safe }}
|
||||
{% endblock %}
|
||||
{% block headline %}{{ object.headline }}{% endblock %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user