Use new 'static' templatetag from contrib.staticfiles
[prawokultury.git] / prawokultury / templates / base.html
index c622f91..28aef95 100755 (executable)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 {% load url from future %}
-{% load i18n static %}
+{% load i18n %}
+{% load static from staticfiles %}
 {% load fnp_common menu_tags migdal_tags events_tags fnp_share fnp_lang %}
 {% load compressed %}
 <html prefix="og: http://ogp.me/ns#">
@@ -19,7 +20,6 @@
         <meta property='og:locale' content='pl_PL' />
     </head>
     <body>
-    {% include "annoy.html" %}
     <div id="body">
         <div id="header-bar">
         <div class="bar-left">
@@ -66,7 +66,7 @@
                     {% events_box %}
                 </div>
                 <div class="sidebar-box" style="text-align: center">
-                   <a href="/publikacje/Dzielenie-sie/"><img src="{% static 'img/aigrain.jpg' %}" alt="Publikacja: Philippe Aigrain, Dzielenie siÄ™" /></a>
+                   <a href="/pierwsza-pomoc"><img src="{% static 'img/ask-a-lawyer.png' %}" alt="{% trans "Ask a lawyer" %}" /></a>
                 </div>
                 <div id="sidebar-box-categories" class="sidebar-box">
                     {% categories 'topics' %}