From ba00be28d6f3a8f33069b2e9774776ed0fadf7ca Mon Sep 17 00:00:00 2001 From: cain-ish Date: Mon, 15 Feb 2016 11:25:17 +0100 Subject: [PATCH] zmiana w menu na katalog.edukacjamedialna --- edumed/locale/pl/LC_MESSAGES/django.po | 4 ++-- edumed/templates/base_mil.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/edumed/locale/pl/LC_MESSAGES/django.po b/edumed/locale/pl/LC_MESSAGES/django.po index cd080d3..8175f7c 100644 --- a/edumed/locale/pl/LC_MESSAGES/django.po +++ b/edumed/locale/pl/LC_MESSAGES/django.po @@ -85,8 +85,8 @@ msgid "Consultations" msgstr "Konsultacje" #: templates/base_mil.html:10 -msgid "Competencies" -msgstr "Kompetencje" +msgid "About Catalogue" +msgstr "O katalogu" #: templates/base_mil.html:11 msgid "Take Part" diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 674ee43..5abc21d 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -14,8 +14,8 @@ {% block top_navigation %}
  • {% trans 'Consultations' %}
  • -
  • {% trans 'Competencies' %}
  • -
  • {% trans 'Take Part' %}
  • +
  • {% trans 'About Catalogue' %}
  • + {% comment %}
  • {% trans 'Take Part' %}
  • {% endcomment %} {% if request.LANGUAGE_CODE == 'pl' %}
  • Baza wiedzy
  • {% endif %} -- 2.20.1