be prepared for mixes unicode/str input from lxml..
[wolnelektury.git] / wolnelektury / templates / base.html
index 766a9f0..061197f 100644 (file)
@@ -28,7 +28,9 @@
         </div>
         <div id="header">
             <div id="logo">
-                <a href="/"><img src="{{ STATIC_URL }}img/logo-bez.png" alt="WolneLektury.pl" /><br/>szkolna biblioteka internetowa</a>
+                <a class="logo" href="/"><img src="{% block logo_url %}{{ STATIC_URL }}img/logo-bez.png{% endblock %}" alt="WolneLektury.pl" />
+                <br/>szkolna biblioteka internetowa</a>
+                {% block tagline %}{% endblock %}
             </div>
             <div id="user-info" style="display:none">
                 {% if user.is_authenticated %}
@@ -89,6 +91,8 @@
                                {% endblocktrans %}
             </p>
 
+            {% block add_footer %}{% endblock %}
+
                        {% sponsor_page "footer" %}
         </div>
         <div id="login-register-window">