a bit of spacing
This commit is contained in:
parent
4b933f2a06
commit
c7906a069b
|
@ -6,14 +6,15 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p>
|
||||
Categories:
|
||||
{% for category in categories %}
|
||||
<a href="{% url 'shop:index' %}?category={{category.slug}}"
|
||||
class="label label-{% if category.slug == current_category %}primary{% else %}default{% endif %}">
|
||||
{{category}}
|
||||
</a>
|
||||
{% endfor %}<br>
|
||||
<i>Looking for your <a href="{% url 'shop:order_list' %}">previous orders</a>?</i>
|
||||
{% endfor %}</p>
|
||||
<p><i>Looking for your <a href="{% url 'shop:order_list' %}">previous orders</a>?</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue