From 9807d127bcba4c7fb5da2f1fa1a7b0ea9d841749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Mar 2012 10:46:50 +0100 Subject: [PATCH] Include current page in breadcums --- html/subproject.html | 1 + html/translate.html | 1 + html/translation.html | 1 + 3 files changed, 3 insertions(+) diff --git a/html/subproject.html b/html/subproject.html index a309ac113..7d670fa9f 100644 --- a/html/subproject.html +++ b/html/subproject.html @@ -3,6 +3,7 @@ {% block breadcums %}
  • {{ object.project }}
  • +
  • {{ object.name }}
  • {% endblock %} {% block content %} diff --git a/html/translate.html b/html/translate.html index 4062abd0c..5d431529b 100644 --- a/html/translate.html +++ b/html/translate.html @@ -5,6 +5,7 @@
  • {{ unit.translation.subproject.project }}
  • {{ unit.translation.subproject.name }}
  • {{ unit.translation.language.name }}
  • +
  • {% trans "translate" %}
  • {% endblock %} {% block content %} diff --git a/html/translation.html b/html/translation.html index 104fafd31..8b2b8796b 100644 --- a/html/translation.html +++ b/html/translation.html @@ -4,6 +4,7 @@ {% block breadcums %}
  • {{ object.subproject.project }}
  • {{ object.subproject.name }}
  • +
  • {{ object.language.name }}
  • {% endblock %} {% block content %}