# HG changeset patch # User neko259 # Date 2017-10-27 09:23:40 # Node ID a78e579e4d1e7a3e210cd63209437a0519f9577e # Parent 84d0ebaae0c3fd09f00575738e27cf54a37fc7f7 Consider authors page safe diff --git a/boards/templates/boards/authors.html b/boards/templates/boards/authors.html --- a/boards/templates/boards/authors.html +++ b/boards/templates/boards/authors.html @@ -8,13 +8,12 @@ {% endblock %} {% block content %} +{% autoescape off %}

{% if hosts %}

{% trans "Available by addresses:" %} - {% autoescape off %} - {{ hosts|join:', ' }} - {% endautoescape %} + {{ hosts|join:', ' }}

{% endif %}

{% trans 'Statistics' %}

@@ -42,4 +41,5 @@

Bitcoin: 1A4dePg6CGfYcJ7SH1tbaVdjjj1VLv8X1H

+{% endautoescape %} {% endblock %}