X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/5c1a626c89722e468baa246ebac4f4b88252cd0a..df3111d7bf394dddf012119b02ea8664edec9492:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index e5300e6..d6fac36 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -1,16 +1,34 @@ {% extends "base_super.html" %} {% load subdomainurls %} {% load fnp_lang %} +{% load sponsor_tags %} +{% load static %} {% 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 %} + +{% block organizer %} + + Projekt prowadzi:
    + + Fundacja Nowoczesna Polska + + + Narodowy Instytut Audiowizualny + +
    +{% endblock %} \ No newline at end of file