diff --git a/boards/templates/boards/random.html b/boards/templates/boards/random.html --- a/boards/templates/boards/random.html +++ b/boards/templates/boards/random.html @@ -17,12 +17,10 @@ {{ image.get_view }} {% endautoescape %} {% with image.get_random_associated_post as post %} - >>{{ post.id }} + {{ post.get_link_view|safe }}
{% for tag in post.get_thread.get_required_tags.all %} - {% autoescape off %} - {{ tag.get_view }}{% if not forloop.last %},{% endif %} - {% endautoescape %} + {{ tag.get_view|safe }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endwith %}