mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:21:51 +00:00
ATM file name change
This commit is contained in:
parent
3f59b8727c
commit
8cf7e1b2c7
@ -335,7 +335,7 @@ class UpdateAtmsView(LoginRequiredMixin, FormView):
|
||||
except Exception as e:
|
||||
messages.error(self.request, e)
|
||||
return super(UpdateAtmsView, self).form_invalid(form)
|
||||
msg = 'Atm {} for Bank {} has been created successfully!'.format( # noqa
|
||||
msg = 'Atm {} for Bank {} has been update successfully!'.format( # noqa
|
||||
data["atm_id"], data["bank_id"])
|
||||
messages.success(self.request, msg)
|
||||
return super(UpdateAtmsView, self).form_valid(form)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user