Launderette and product list fixes

This commit is contained in:
Skia
2016-09-08 02:09:17 +02:00
parent d23e07363d
commit 4c2bf9cbf9
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
{% endblock %}
{% block content %}
{% if tab == "products" %}
{% if current_tab == "products" %}
<p><a href="{{ url('counter:new_product') }}">{% trans %}New product{% endtrans %}</a></p>
{% endif %}
{% if product_list %}