Browse Source

removed 'product details' button

master
Frederic 10 years ago
parent
commit
5c1501c52a
  1. 1
      cash/templates/cash/product_list.html

1
cash/templates/cash/product_list.html

@ -25,7 +25,6 @@ @@ -25,7 +25,6 @@
<h3>{{ p.name }}</h3>
<h4>{{ p.price|floatformat:2 }} &euro;</h4>
<a class="btn btn-primary" href="{% url 'buy' p.id %}">{% trans "Buy" %}</a>
<a class="btn btn-default" href="{% url 'product' p.id %}">{% trans "Details" %}</a>
</div>
</div>
</div>

Loading…
Cancel
Save