another word :)

master
lza_menace 4 years ago
parent 7b3b8eb388
commit c2955e2222

@ -62,7 +62,7 @@ def view_operation(id):
last_payout = Payout.query.filter( last_payout = Payout.query.filter(
Payout.operation_id == op.id Payout.operation_id == op.id
).order_by(Payout.create_date.desc()).first() ).order_by(Payout.create_date.desc()).first()
qrcode = generate_qr(op.address, f"Launching operation {op.id} on xmrcannon.net") qrcode = generate_qr(op.address, f"Funding operation {op.id} on xmrcannon.net")
return render_template( return render_template(
'view_operation.html', 'view_operation.html',
op=op, op=op,

Loading…
Cancel
Save