Merge pull request #112 from Gluejar/pledge_links_to_work

Pledge links to work
pull/1/head
eshellman 2013-01-17 12:46:29 -08:00
commit b3ef759221
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@
<div style="height:15px"></div>
<div class="book-detail">
<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 class="book-detail-info">
<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 class="pubinfo">
<h3 class="book-author">{{ work.author }}</h3>