X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b6f95eff8a5fa136edb60905284c5fd54f509fac..d91551345b68c2bc7d96f2098691fab28276d6b8:/wolnelektury/templates/base.html

diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 956888357..3e3de9816 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -28,7 +28,7 @@
         </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 href="/"><img src="{% block logo_url %}{{ STATIC_URL }}img/logo-bez.png{% endblock %}" alt="WolneLektury.pl" /><br/>szkolna biblioteka internetowa</a>
             </div>
             <div id="user-info" style="display:none">
                 {% if user.is_authenticated %}
@@ -78,8 +78,8 @@
             <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.
-				Hosting <a href="http://eo.pl/">EO Networks</a>.
+				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>
             <p>
@@ -89,6 +89,8 @@
 				{% endblocktrans %}
             </p>
 
+            {% block add_footer %}{% endblock %}
+
 			{% sponsor_page "footer" %}
         </div>
         <div id="login-register-window">