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</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ę."
 
  27 <ul class='poet-list'>
 
  28 {% for poet in poets %}
 
  29     <li><a href="{{ poet.get_absolute_url }}">{{ poet }}</a>
 
  30         (<a href="{% url 'poetry_new' poet.slug %}">Twórz-że!</a>)</li>
 
  34 <div style='clear: both'></div>
 
  36 <a class='tworz' href="{% url 'poetry_new' %}">Twórz-że się!</a>
 
  38 <h2><a href="{% url 'poetry_contest' %}">Utwory do konkursu zostały wybrane!</a></h2>
 
  40 <p>Spośród wygenerowanych przz nas propozycji autorzy programów wybrali po trzy utwory.</p>
 
  41 <p><a href="{% url 'poetry_contest' %}">Zobacz wiersze startujące w konkursie!</a></p>
 
  47 <h2>Ostatnio opublikowane utwory:</h2>
 
  49 {% for poem in last %}
 
  50     <li><a href="{{ poem.get_absolute_url }}">{{ poem }}</a></li>