now the pledge page links back to the work
parent
bedd33d04f
commit
b7aabf1ca4
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue