X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/8fef6b6a81c312332aa12f8f973d552a5e8d997a..b63631cbb789e063f859d447e3010748b595edfb:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 7a36919..fbd42cb 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -1,10 +1,21 @@ {% extends "base_super.html" %} {% load subdomainurls %} +{% load fnp_lang %} +{% load sponsor_tags %} + +{% 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 %} + +{% block sponsors %} + {% sponsor_page "footer_mil" %} +{% endblock %} \ No newline at end of file