X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/29e4768fe8e16fad199f7b3fe7dcef6da0c4ea56..bd08a95d236d66b7e565260b8755bba9474d85a6:/edumed/templates/base.html?ds=sidebyside diff --git a/edumed/templates/base.html b/edumed/templates/base.html index 83f7e0d..5486d6d 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 %} @@ -31,6 +30,9 @@ src="{% static "tlo.png" %}" style="position:absolute; opacity: 0.5; top:0; left: -83px; z-index:1000" --> + {% if request.user.is_authenticated %} + Wyloguj + {% endif %}
@@ -97,6 +99,7 @@ {% compressed_js 'base' %} + {% block extra_script %}{% endblock %} {{ piwik_tag|safe }}