second edition
[turniej.git] / apps / poetry / templates / poetry / poem.html
index 55bf749..261a749 100644 (file)
@@ -2,7 +2,7 @@
 <!doctype html>
 <html>
 <head>
-    <title>Turniej Elektrybałtów: {{ poem.poet.name }}</title>
+    <title>Turniej Elektrybałtów: {{ poem }}</title>
     <meta charset="utf-8" />
 
     <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
@@ -30,7 +30,7 @@
 
         <div id="header">
             <div id="logo">
-                <a href="/"><img src="{{ STATIC_URL }}img/turniej-maly.png" alt="logo Turnieju Elektrybałtów" /></a>
+                <a href="{% url "e1_main_page" %}"><img src="{{ STATIC_URL }}img/turniej-maly.png" alt="logo Turnieju Elektrybałtów" /></a>
             </div>
         </div>
 
@@ -78,6 +78,7 @@
 <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
   {lang: 'pl'}
 </script>
+{{ piwik_tag|safe }}
 </body>