a bit of spacing

This commit is contained in:
Thomas Steen Rasmussen 2016-05-29 14:49:47 +02:00
parent 4b933f2a06
commit c7906a069b

View file

@ -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>&nbsp;
{% 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>