Сформировано меню запросов
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
</form>
|
||||
{% else %}
|
||||
<!-- Output -->
|
||||
{% if items %}
|
||||
<h1>Заготовки на складе</h1>
|
||||
<table>
|
||||
<tr>
|
||||
@@ -36,7 +37,11 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% else %}
|
||||
<h1>Заготовок нет</h1>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<button><a href="{{ url_for('requests_bp.requests') }}">Обратно в меню запросов</a></button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user