main menu
[emels.git] / emels / templates / base_super.html
index 547cb1e..9765598 100644 (file)
     <body id="{% block body-id %}body{% endblock %}">
         <div id="header-wrapper">
         <header class="main {% block header_class %}{% endblock %}" style="position:relative;">
-            <!--img
-                src="{% static "tlo.png" %}"
-                style="position:absolute; opacity: 0.5; top:0; left: -83px; z-index:1000"
-                -->
             {% if request.user.is_authenticated %}
                 <a href="{% url 'logout' %}" style="position: absolute; top:5px; right: 10px; font-size: 12px;">Wyloguj</a>
             {% endif %}