correct missing endif

This commit is contained in:
guillaume-renaud 2016-12-01 11:54:49 +01:00
parent 5b2f126eee
commit c6310c5315

View File

@ -31,6 +31,7 @@
{% if user.can_edit(c) %}
<a href="{{ url('counter:admin', counter_id=c.id) }}">{% trans %}Edit{% endtrans %}</a> -
<a href="{{ url('counter:stats', counter_id=c.id) }}">{% trans %}Stats{% endtrans %}</a> -
{% endif %}
{%if c.stock %}
<a href="{{ url('stock:items_list', stock_id=c.stock.id)}}">Stock</a> -
{% else %}