Funnier message when no refund to make

This commit is contained in:
Gabriel Augendre 2016-06-04 12:53:46 +02:00
parent fbfe8edd61
commit eab171a5c3
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -81,7 +81,7 @@ def not_refunded_payments(request):
context = {
'payments': payments,
'sum': value_sum,
'default_nothing': 'No payment to be refunded.'
'default_nothing': 'Nothing to refund :)'
}
return render(request, "refunding/payments.html", context)