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 @@ -18,6 +18,13 @@ {% endautoescape %} {% with image.get_random_associated_post as post %} >>{{ post.id }} +
+ {% for tag in post.get_thread.tags.all %} + {% autoescape off %} + {{ tag.get_view }}{% if not forloop.last %},{% endif %} + {% endautoescape %} + {% endfor %} +
{% endwith %} {% if forloop.counter|divisibleby:"3" %}