X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/984cc80eec51808a589417a35d0f47956edcd616..b63631cbb789e063f859d447e3010748b595edfb:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index e5300e6..fbd42cb 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -1,16 +1,21 @@ {% extends "base_super.html" %} {% load subdomainurls %} {% load fnp_lang %} +{% load sponsor_tags %} {% load i18n %} {% block top_navigation %}
  • {% trans 'Consultations' %}
  • {% trans 'Competencies' %}
  • -
  • {% trans 'Take Part' %}
  • +
  • {% trans 'Take Part' %}
  • {% if request.LANGUAGE_CODE == 'pl' %}
  • Materiały edukacyjne
  • {% endif %} -
  • {% trans 'Contact' %}
  • +
  • {% trans 'Contact' %}
  • {% lang_switcher %}
  • {% endblock %} + +{% block sponsors %} + {% sponsor_page "footer_mil" %} +{% endblock %} \ No newline at end of file