Merge branch 'Waybill' of ParkSuMin/Cursovaya into main

This commit is contained in:
2024-12-06 14:16:39 +00:00
committed by Gogs

View File

@@ -47,6 +47,7 @@
</div> </div>
<div class="d-grid gap-2 mt-3"> <div class="d-grid gap-2 mt-3">
<a href="{{url_for('waybill_bp.save_order')}}"><button class="btn btn-primary">Оформить накладную</button></a> <a href="{{url_for('waybill_bp.save_order')}}"><button class="btn btn-primary">Оформить накладную</button></a>
<a href="{{url_for('waybill_bp.clear_waybill')}}"><button class="btn btn-danger">Очистить накладную</button></a>
<a href="{{url_for('index')}}"><button class="btn btn-secondary">На главную</button></a> <a href="{{url_for('index')}}"><button class="btn btn-secondary">На главную</button></a>
</div> </div>
{% else %} {% else %}