Added "see this fragment in book" link to fragments.
authorMarek Stępniowski <marek@stepniowski.com>
Tue, 16 Sep 2008 16:32:28 +0000 (18:32 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Tue, 16 Sep 2008 16:32:28 +0000 (18:32 +0200)
wolnelektury/templates/catalogue/fragment_short.html

index 99fface..1afdebb 100644 (file)
@@ -15,7 +15,8 @@
         {% endif %}
     </div>
     <div class="fragment-metadata">
-        <p><a href="{{ book.get_absolute_url }}">{{ book.title }}</a>, {{ book_authors|join:","|safe }}</p>
+        <p><a href="{{ book.get_absolute_url }}">{{ book.title }}</a>, {{ book_authors|join:","|safe }}
+           <a href="{{ fragment.get_absolute_url }}">(Zobacz w utworze)</a></p>
     </div>
     <div class="clearboth"></div>
 </div>