Основы для оформления накладных
This commit is contained in:
@@ -6,4 +6,6 @@ waybill_bp = Blueprint('waybill_bp', __name__, template_folder='templates')
|
||||
@check_auth
|
||||
def waybill():
|
||||
if request.method == 'GET':
|
||||
return render_template('waybill.html')
|
||||
return render_template('waybill.html')
|
||||
print(request.form)
|
||||
return 'OK'
|
||||
Reference in New Issue
Block a user