mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Addition of the stock parameter to the counter admin list
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user