remove commas from sets' names
[wolnelektury.git] / wolnelektury / templates / lesmianator / poem.html
index 1dbf892..5d44a26 100644 (file)
@@ -20,9 +20,7 @@
             <span style='float: right'>Wolne Lektury przepuszczone przez mikser.</a>
         </div>
         <div id="header">
-            <div id="logo">
-                <a href="/"><img src="{{ STATIC_URL }}img/logo.png" alt="WolneLektury.pl - logo" /></a>
-            </div>
+            <a href="/"><img src="{{ STATIC_URL }}img/logo-220.png" alt="Wolne Lektury" /></a>
         </div>
         <div id="book-text">
             <h1>
@@ -50,6 +48,7 @@
                     {% endfor %}
                 </ul>
                 {% if shelf %}
+                    <p>
                     <a href="">Zmiksuj</a>
                     półkę <a href="{{ shelf.get_absolute_url }}">{{ shelf.name }}</a>
                     jeszcze raz, albo
@@ -66,6 +65,7 @@
             <div>
         </div>
         </div>
+        {{ piwik_tag|safe }}
         <script type="text/javascript">
         var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
         document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));