Merge branch 'master' into obrazy
[wolnelektury.git] / apps / wolnelektury_core / templates / main_page.html
index 3994acc..812094f 100755 (executable)
@@ -28,8 +28,8 @@
     </div>
 
 
-    <h2 class="main-last"><span class="mono">{% trans "Recent publications" %}</span></h2>
-        {% cache 60 last-published-on-main %}
+    <h2 class="main-last"><a href="{% url 'recent_list' %}"><span class="mono">{% trans "Recent publications" %}</span></a></h2>
+        {% cache 60 last-published-on-main LANGUAGE_CODE %}
             {% for book in last_published %}
                 {% book_mini book %}
             {% endfor %}
 
     <div class="infopages-box">
         <h2><span class='mono'>{% trans "Information" %}</span></h2>
+        <ul>
+            <li><a href="http://nowoczesnapolska.org.pl/prywatnosc/">{% trans "Privacy policy" %}</a></li>
         {% cache 60 infopages-on-main LANGUAGE_CODE %}
             {% infopages_on_main %}
         {% endcache %}
+        </ul>
 
         <div class="social-links">
             <a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"