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