Simple update.
[turniej.git] / apps / poetry / templates / poetry / main.html
index 9e0ea4d..6234003 100644 (file)
@@ -1,12 +1,11 @@
-{% extends "base.html" %}
-{% load url from future %}
+{% extends "edition1/base.html" %}
 
 {% block "body" %}
 
 <h1>
-<a href='/'><img src="{{ STATIC_URL }}img/turniej-maly.png" style='float:left; margin-right: 10px; margin-top: -13px' /></a>
+<a href='{% url "e1_main_page" %}'><img src="{{ STATIC_URL }}img/turniej-maly.png" style='float:left; margin-right: 10px; margin-top: -13px' /></a>
 Turniej Elektrybałtów</h1>
-{% comment %}
+
 <div class="social">
 <span style="position:relative; top: -5px;" >
     <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>
@@ -23,7 +22,7 @@ Turniej Elektrybałtów</h1>
   });
 </script>
 </div>
-{% endcomment %}
+
 <h2>Uczestnicy:</h2>
 <ul class='poet-list'>
 {% for poet in poets %}
@@ -36,6 +35,15 @@ Turniej Elektrybałtów</h1>
 
 <a class='tworz' href="{% url 'poetry_new' %}">Twórz-że się!</a>
 
+<h2><a href="{% url 'poetry_contest' %}">Utwory do konkursu zostały wybrane!</a></h2>
+
+<p>Spośród wygenerowanych przz nas propozycji autorzy programów wybrali po trzy utwory.</p>
+<p><a href="{% url 'poetry_contest' %}">Zobacz wiersze startujące w konkursie!</a></p>
+</p>
+
+
+
+
 <h2>Ostatnio opublikowane utwory:</h2>
 <ul class='plain'>
 {% for poem in last %}