1 {% extends "edition1/base.html" %}
2 {% load url from future %}
7 <a href='{% url "e1_main_page" %}'><img src="{{ STATIC_URL }}img/turniej-maly.png" style='float:left; margin-right: 10px; margin-top: -13px' /></a>
8 Turniej Elektrybałtów: utwory wybrane do konkursu</h1>
11 <span style="position:relative; top: -5px;" >
12 <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>
14 <g:plusone annotation="bubble" href="http://turniej.wolnelektury.pl"></g:plusone>
17 url: "http://turniej.wolnelektury.pl",
20 title: "Turniej Elektrybałtów",
21 image: "http://turniej.wolnelektury.pl/turniej.png",
22 description: "Turniej Elektrybałtów - otwarty konkurs na najlepszego automatycznego poetę."
27 <div style='clear: both'></div>
29 {% for poet in poets %}
30 <h2><a href="{{ poet.get_absolute_url }}">{{ poet }}</a></h2>
32 {% for poem in poet.contest_poems %}
33 <li><a href="{{ poem.get_absolute_url }}">{{ poem }}</a></li>