From 4d5105b2543969c40dfeb01508f8fe3c023d0afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Mar 2012 10:22:20 +0100 Subject: [PATCH] Add breadcums --- html/subproject.html | 4 ++++ html/translate.html | 6 ++++++ html/translation.html | 5 +++++ 3 files changed, 15 insertions(+) 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" %}