X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/fef1b19bb026b1515092b0215307fea285464a26..6eba26939e079cdfce8eb23ebcd6841fd99efb4b:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 650f839..1cacefa 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -1,6 +1,7 @@ {% extends "base_super.html" %} {% load subdomainurls %} {% load fnp_lang %} +{% load sponsor_tags %} {% load i18n %} @@ -11,6 +12,10 @@ {% 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