X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/00537ff6e505d61db9a6b3051b50a2c83577b6ac..5c1a626c89722e468baa246ebac4f4b88252cd0a:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 7a36919..e5300e6 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 %}