From 0887fe6c9eb5fdee606090cd1452426c479b8523 Mon Sep 17 00:00:00 2001 From: Skia Date: Thu, 16 Mar 2017 08:15:16 +0100 Subject: [PATCH] Arg, forgot another Ariadne's thread fix --- forum/templates/forum/topic.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/templates/forum/topic.jinja b/forum/templates/forum/topic.jinja index f6d88fef..80c246b1 100644 --- a/forum/templates/forum/topic.jinja +++ b/forum/templates/forum/topic.jinja @@ -28,7 +28,7 @@ {% block content %}

{% trans %}Forum{% endtrans %} - {% for f in topic.forum.get_parent_list() %} + {% for f in topic.forum.get_parent_list()|reverse %} > {{ f }} {% endfor %} > {{ topic.forum }}