now the pledge page links back to the work

pull/1/head
Andromeda Yelton 2013-01-17 15:37:03 -05:00
parent bedd33d04f
commit b7aabf1ca4
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@
<div style="height:15px"></div> <div style="height:15px"></div>
<div class="book-detail"> <div class="book-detail">
<div id="book-detail-img"> <div id="book-detail-img">
<a href="#"><img src="{{ work.cover_image_thumbnail }}" alt="{{ work.title }}" title="{{ work.title }}" width="131" height="192" /></a> <a href="{% url work work.id %}"><img src="{{ work.cover_image_thumbnail }}" alt="{{ work.title }}" title="{{ work.title }}" width="131" height="192" /></a>
</div> </div>
<div class="book-detail-info"> <div class="book-detail-info">
<div class="layout"> <div class="layout">
<h2 class="book-name">{{ work.title }}</h2> <h2 class="book-name"><a href="{% url work work.id %}">{{ work.title }}</a></h2>
<div> <div>
<div class="pubinfo"> <div class="pubinfo">
<h3 class="book-author">{{ work.author }}</h3> <h3 class="book-author">{{ work.author }}</h3>