diff --git a/website/common/templates/common/breadcrumbs.html b/website/common/templates/common/breadcrumbs.html index 2480c57..7b70726 100644 --- a/website/common/templates/common/breadcrumbs.html +++ b/website/common/templates/common/breadcrumbs.html @@ -6,7 +6,6 @@ {% for parent in parents %}
  • {{ parent.title }}
  • {% endfor %} -
  • {{ page.title }}
  • {% endif %}