Addition of the stock parameter to the counter admin list

This commit is contained in:
guillaume-renaud
2016-11-08 18:14:41 +01:00
parent 33c7e7db9f
commit 29fb0af893
5 changed files with 43 additions and 5 deletions

View File

@ -1 +1,11 @@
TOTO
{% extends "core/base.jinja" %}
{% block title %}
{{stock}}
{% endblock %}
{% block content %}
<h3>{{stock}}</h3>
<a href="{{ url('stock:new_item', stock_id=stock.id) }}">{{stock.name}}</a>
{% endblock %}