be more robust
[wolnelektury.git] / apps / wolnelektury_core / templates / main_page.html
index 2947a2f..87a9c3f 100755 (executable)
@@ -1,4 +1,5 @@
 {% extends "base.html" %}
+{% load static from staticfiles %}
 {% load cache chunks i18n catalogue_tags infopages_tags social_tags %}
 
 
 
         <div class="social-links">
             <a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"
-                title='Wolne Lektury @ Facebook'>f</a>
+                title='Wolne Lektury @ Facebook'>
+                <img src="{% static "img/social/f.png" %}" />
+            </a>
             <a href="http://nk.pl/profile/30441509"
-                title='Wolne Lektury @ NK'>nk</a>
+                title='Wolne Lektury @ NK'>
+                <img src="{% static "img/social/nk.png" %}" />
+            </a>
         </div>
     </div>