Funnier message when no refund to make
This commit is contained in:
parent
fbfe8edd61
commit
eab171a5c3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ def not_refunded_payments(request):
|
||||||
context = {
|
context = {
|
||||||
'payments': payments,
|
'payments': payments,
|
||||||
'sum': value_sum,
|
'sum': value_sum,
|
||||||
'default_nothing': 'No payment to be refunded.'
|
'default_nothing': 'Nothing to refund :)'
|
||||||
}
|
}
|
||||||
return render(request, "refunding/payments.html", context)
|
return render(request, "refunding/payments.html", context)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue