Arg, forgot another Ariadne's thread fix

This commit is contained in:
Skia 2017-03-16 08:15:16 +01:00
parent 825228cad6
commit 0887fe6c9e

View File

@ -28,7 +28,7 @@
{% block content %}
<p>
<a href="{{ url('forum:main') }}">{% trans %}Forum{% endtrans %}</a>
{% for f in topic.forum.get_parent_list() %}
{% for f in topic.forum.get_parent_list()|reverse %}
> <a href="{{ f.get_absolute_url() }}">{{ f }}</a>
{% endfor %}
> <a href="{{ topic.forum.get_absolute_url() }}">{{ topic.forum }}</a>