1 {% extends "base.html" %}
2 {% load url from future %}
7 <a href='/'><img src="{{ STATIC_URL }}img/turniej-maly.png" style='float:left; margin-right: 10px; margin-top: -13px' /></a>
8 Turniej Elektrybałtów</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ę."
28 <ul class='poet-list'>
29 {% for poet in poets %}
30 <li><a href="{{ poet.get_absolute_url }}">{{ poet }}</a>
31 (<a href="{% url 'poetry_new' poet.slug %}">Twórz-że!</a>)</li>
35 <div style='clear: both'></div>
37 <a class='tworz' href="{% url 'poetry_new' %}">Twórz-że się!</a>
39 <h2>Ostatnio opublikowane utwory:</h2>
41 {% for poem in last %}
42 <li><a href="{{ poem.get_absolute_url }}">{{ poem }}</a></li>