1 {% extends "edition1/base.html" %}
 
   6 <a href='{% url "e1_main_page" %}'><img src="{{ STATIC_URL }}img/turniej-maly.png" style='float:left; margin-right: 10px; margin-top: -13px' /></a>
 
   7 Turniej Elektrybałtów: utwory wybrane do konkursu</h1>
 
  10 <span style="position:relative; top: -5px;" >
 
  11     <div class="fb-like" data-href="http://turniej.wolnelektury.pl" data-send="false" data-layout="button_count" data-width="150" data-show-faces="false"></div>
 
  13 <g:plusone annotation="bubble" href="http://turniej.wolnelektury.pl"></g:plusone>
 
  16     url: "http://turniej.wolnelektury.pl",
 
  19     title: "Turniej Elektrybałtów",
 
  20     image: "http://turniej.wolnelektury.pl/turniej.png",
 
  21     description: "Turniej Elektrybałtów - otwarty konkurs na najlepszego automatycznego poetę."
 
  26 <div style='clear: both'></div>
 
  28 {% for poet in poets %}
 
  29     <h2><a href="{{ poet.get_absolute_url }}">{{ poet }}</a></h2>
 
  31     {% for poem in poet.contest_poems %}
 
  32         <li><a href="{{ poem.get_absolute_url }}">{{ poem }}</a></li>