Merge branch 'master' of github.com:bornhack/bornhack-website
This commit is contained in:
commit
d38d6ce66a
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue