diff --git a/forum/templates/forum/forum.jinja b/forum/templates/forum/forum.jinja index 9cb87de7..f6e4e1ae 100644 --- a/forum/templates/forum/forum.jinja +++ b/forum/templates/forum/forum.jinja @@ -8,7 +8,7 @@ {% block content %}
{% trans %}Forum{% endtrans %} - {% for f in forum.get_parent_list() %} + {% for f in forum.get_parent_list()|reverse %} > {{ f }} {% endfor %} > {{ forum }}