diff --git a/html/subproject.html b/html/subproject.html index d69c5d5f5..a309ac113 100644 --- a/html/subproject.html +++ b/html/subproject.html @@ -1,6 +1,10 @@ {% extends "base.html" %} {% load i18n %} +{% block breadcums %} +
  • {{ object.project }}
  • +{% endblock %} + {% block content %} {% include "subproject_info.html" %} diff --git a/html/translate.html b/html/translate.html index d16a996ab..4062abd0c 100644 --- a/html/translate.html +++ b/html/translate.html @@ -1,6 +1,12 @@ {% extends "base.html" %} {% load i18n %} +{% block breadcums %} +
  • {{ unit.translation.subproject.project }}
  • +
  • {{ unit.translation.subproject.name }}
  • +
  • {{ unit.translation.language.name }}
  • +{% endblock %} + {% block content %} {% include "translation_info.html" %} diff --git a/html/translation.html b/html/translation.html index ab69a36a2..104fafd31 100644 --- a/html/translation.html +++ b/html/translation.html @@ -1,6 +1,11 @@ {% extends "base.html" %} {% load i18n %} +{% block breadcums %} +
  • {{ object.subproject.project }}
  • +
  • {{ object.subproject.name }}
  • +{% endblock %} + {% block content %} {% include "translation_info.html" %}