X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/29e4768fe8e16fad199f7b3fe7dcef6da0c4ea56..42c42960c2dce4500f12dd14a68a10ed4f06abf5:/edumed/templates/base.html?ds=inline diff --git a/edumed/templates/base.html b/edumed/templates/base.html index 83f7e0d..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 %} @@ -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 %}