X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/1a3d8c24f70c122b65426a95119ee6a0398ee95e..42c42960c2dce4500f12dd14a68a10ed4f06abf5:/edumed/templates/base.html diff --git a/edumed/templates/base.html b/edumed/templates/base.html index 2121b81..1c8f434 100644 --- a/edumed/templates/base.html +++ b/edumed/templates/base.html @@ -1,5 +1,4 @@ -{% load url from future %} {% load i18n static %} {% load fnp_common fnp_share fnp_lang macros %} {% load compressed static %} @@ -20,17 +19,20 @@ - + + -
+ {% if request.user.is_authenticated %} + Wyloguj + {% endif %}
@@ -43,7 +45,7 @@
  • Lekcje
  • Kompetencje
  • Współpraca
  • -
  • Konkurs
  • +
  • Turniej
  • Wesprzyj nas
  • O nas
  • Kontakt
  • @@ -92,11 +94,12 @@
    {% sponsor_page "footer" %}
    - {% block footer_extra %}{% endblock %} + {% compressed_js 'base' %} + {% block extra_script %}{% endblock %} {{ piwik_tag|safe }}