Skip to content

Commit

Permalink
Merge pull request #161 from andysellick/patch-21
Browse files Browse the repository at this point in the history
Modified add link review to specific part of page. Not sure if this is t...
  • Loading branch information
codeinthehole committed May 1, 2012
2 parents 23d97cf + 18310bf commit 0f88710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar/templates/catalogue/detail.html
Expand Up @@ -154,7 +154,7 @@ <h2>Customer Reviews</h2>
<p>Read customer reviews on this product. If you have read this book, why not post your own
review?</p>
<div class="review_read">
<a href="{% url catalogue:reviews-add product.slug product.id %}" class="btn btn-success">Add a review</a>
<a href="{% url catalogue:reviews-add product.slug product.id %}#addreview" class="btn btn-success">Add a review</a>
</div>

{% with product.reviews.all as reviews %}
Expand Down

0 comments on commit 0f88710

Please sign in to comment.