X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/736d94f6ac63f205be2967f013a15c457032fc2f..f1e3cecdc08195061d659e9710e42161aee4d5fb:/edumed/templates/base_mil.html diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index fbd42cb..674ee43 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -2,15 +2,22 @@ {% load subdomainurls %} {% load fnp_lang %} {% load sponsor_tags %} +{% load static %} {% load i18n %} +{% block header_class %}header-mil{% endblock %} + +{% block logo %} +Edukacja medialna +{% endblock %} + {% block top_navigation %} -
  • {% trans 'Consultations' %}
  • +
  • {% trans 'Consultations' %}
  • {% trans 'Competencies' %}
  • -
  • {% trans 'Take Part' %}
  • +
  • {% trans 'Take Part' %}
  • {% if request.LANGUAGE_CODE == 'pl' %} -
  • Materiały edukacyjne
  • +
  • Baza wiedzy
  • {% endif %}
  • {% trans 'Contact' %}
  • {% lang_switcher %}
  • @@ -18,4 +25,14 @@ {% block sponsors %} {% sponsor_page "footer_mil" %} +{% endblock %} + +{% block organizer %} + Projekt prowadzi:
    + + Fundacja Nowoczesna Polska +
    + + Narodowy Instytut Audiowizualny + {% endblock %} \ No newline at end of file