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 %}