Merge branch 'master' of github.com:bornhack/bornhack-website

This commit is contained in:
Stephan Telling 2017-07-08 20:17:40 +02:00
commit d38d6ce66a

View file

@ -42,7 +42,9 @@ Shop | {{ block.super }}
<tr style="background-color: #cccccc"> <tr style="background-color: #cccccc">
<td colspan="2"> <td colspan="2">
<strong> <strong>
{{ product.category }} <a href="{% url 'shop:index' %}?category={{product.category.slug}}">
{{ product.category }}
</a>
</strong> </strong>
</td> </td>
</td> </td>