X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/ca473e6f63c32db5e5f8abf52ef72a8d03f25c45..b63631cbb789e063f859d447e3010748b595edfb:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index dec800b..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 '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