Minor fixes.
[static.git] / content / index.html
index aa33341..7e19be4 100644 (file)
@@ -25,11 +25,12 @@ extends: base.j2
         <section class="{{ grp.name }}">
         {%- if grp.name == 'main' -%}
             <h2>Scenariusze</h2>
+            <p>Wybierz scenariusz z wykresu:</p>
             <a id="b-author">pozycja <span>autorów</span></a><a id="b-user">pozycja <span>użytkowników</span></a><a id="b-inter">pozycja <span>pośredników</span></a>
             <div class="roza" id="scenariusze">
                 <img src="{{ media_url('images/roza.png') }}" style="display: block; width: 100%">
                 {%- for res in res_walker  -%}
-                    <a id="roza-{{ res.meta.order }}" href="{{ res.full_url }}" title="{{ res.title }}">
+                    <a id="roza-{{ res.meta.order }}" href="{{ res.full_url }}" title="{{ res.meta.title }}">
                     <div class="p-author">{{ pozycja(res.meta.pauthor) }}</div>
                     <div class="p-user">{{ pozycja(res.meta.puser) }}</div>
                     <div class="p-inter">{{ pozycja(res.meta.pinter) }}</div></a>