X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/8fef6b6a81c312332aa12f8f973d552a5e8d997a..fef1b19bb026b1515092b0215307fea285464a26:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 7a36919..650f839 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -1,10 +1,16 @@ {% extends "base_super.html" %} {% load subdomainurls %} +{% load fnp_lang %} + +{% load i18n %} {% block top_navigation %} -
  • Konsultacje
  • -
  • Kompetencje
  • -
  • Weź udział
  • -
  • Materiały edukacyjne
  • -
  • Kontakt
  • +
  • {% trans 'Consultations' %}
  • +
  • {% trans 'Competencies' %}
  • +
  • {% trans 'Take Part' %}
  • + {% if request.LANGUAGE_CODE == 'pl' %} +
  • Materiały edukacyjne
  • + {% endif %} +
  • {% trans 'Contact' %}
  • +
  • {% lang_switcher %}
  • {% endblock %}