second edition
[turniej.git] / apps / poetry / templates / poetry / poem.html
index f6a13e2..261a749 100644 (file)
@@ -2,7 +2,7 @@
 <!doctype html>
 <html>
 <head>
-    <title>Turniej Elektrybałtów: {{ poem.poet.name }}, {% if poem.title %}{{ poem.title }}{% else %}***{% endif %}</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>