diff --git a/templates/partials/breadcrumb.html b/templates/partials/breadcrumb.html index fc9d1ccd..e7f8a058 100644 --- a/templates/partials/breadcrumb.html +++ b/templates/partials/breadcrumb.html @@ -1,16 +1,37 @@ {% load i18n %} - - {% trans "Forum index" %} + + {% trans "Forum index" %} {% if forum %} - {% for ancestor in forum.get_ancestors %} - {{ ancestor.name }} - {% endfor %} - {{ forum.name }} + {% for ancestor in forum.get_ancestors %} + + + + {{ ancestor.name }} + + {% endfor %} + + + + {{ forum.name }} {% endif %} {% if topic %} - {{ topic.subject }} + + + + {{ topic.subject }} {% endif %}