X-Git-Url: https://git.mdrn.pl/emels.git/blobdiff_plain/ddb360c748c61bd17f214588976423a1871efb7f..9a562b70e163a38161f0e47578fcb898f9195224:/emels/templates/base.html?ds=inline diff --git a/emels/templates/base.html b/emels/templates/base.html index 76fb1fb..ba02e2d 100644 --- a/emels/templates/base.html +++ b/emels/templates/base.html @@ -1,12 +1,27 @@ {% extends "base_super.html" %} {% load pipeline %} +{% load i18n %} +{% load sponsor_tags %} +{% load migdal_tags %} +{% load static %} {% block top_navigation %} -
  • Lekcje
  • -
  • Kompetencje
  • -
  • Dla trenera
  • -
  • O projekcie
  • +
  • {% trans "News" %}
  • +
  • {% trans "About" %}
  • +
  • {% trans "Partners" %}
  • +
  • {% trans "Publications" %}
  • +
  • {% trans "Contact" %}
  • +{% endblock %} + +{% block copyrights %} +
    + {% trans "Menu icons:" %}: + Designed by Freepik and distributed by Flaticon +{% endblock %} + +{% block sponsors %} + {% sponsor_page "footer" %} {% endblock %} {% block extra_script %}