dat-adi / lil_bank

This is a mock bank application written in Django
1 stars 1 forks source link

fix: Negative deposit won't be accepted. #39

Closed Jks08 closed 1 year ago

Jks08 commented 1 year ago

Added min_value to the add_money in the DepositForm so that the user can't deposit a negative amount of money.

Jks08 commented 1 year ago

Good to merge.