Skip to content

Commit

Permalink
Modified add link review to specific part of page. Not sure if this i…
Browse files Browse the repository at this point in the history
…s the best way to do this? Happy to use another method if better.
  • Loading branch information
Andy Sellick committed May 1, 2012
1 parent 7954d21 commit 18310bf
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 <p>Read customer reviews on this product. If you have read this book, why not post your own
review?</p> review?</p>
<div class="review_read"> <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> </div>


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

0 comments on commit 18310bf

Please sign in to comment.