X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3d1fb545dd1f49e0624d3adf20e5568b1c33d8ec..7d840022e6bd987ea1827f91357b096d47933b7d:/wolnelektury/templates/base.html?ds=inline

diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 6480df939..061197f9b 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -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 %}
@@ -78,7 +80,7 @@
             <p>
             	{% blocktrans %}
 				Wolne Lektury is a project lead by <a href="http://nowoczesnapolska.org.pl/">Modern Poland Foundation</a>.
-				Digital reproductions are made by <a href="http://www.bn.org.pl/">The National Library</a> and <a href="http://www.bs.katowice.pl/">Biblioteka Śląska</a>, based on TNL and BŚ resources.
+				Digital reproductions are made by <a href="http://www.bn.org.pl/">The National Library</a>, <a href="http://www.bs.katowice.pl/">Biblioteka Śląska</a> and <a href="http://www.bibliotekaelblaska.pl/">Biblioteka Elbląska</a>, based on TNL, BŚ and BE resources.
 				Hosting: <a href="http://www.icm.edu.pl/">ICM</a>.
 				{% endblocktrans %}
             </p>
@@ -89,6 +91,8 @@
 				{% endblocktrans %}
             </p>
 
+            {% block add_footer %}{% endblock %}
+
 			{% sponsor_page "footer" %}
         </div>
         <div id="login-register-window">