Simple update.
[turniej.git] / apps / poetry / templates / poetry / poem.html
index 55bf749..0ac6b3c 100644 (file)
@@ -1,8 +1,7 @@
-{% load url from future %}
-<!doctype html>
+<!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 +29,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 +77,8 @@
 <script type="text/javascript" src="https://apis.google.com/js/plusone.js">
   {lang: 'pl'}
 </script>
+{% load piwik_tags %}
+{% tracking_code %}
 </body>