Fix more pep8 badlings
This commit is contained in:
+2
-2
@@ -410,8 +410,8 @@ def payment_submit(request, *args, **kwargs):
|
||||
"Saved new payment to member register with the following info: {}"
|
||||
.format(form))
|
||||
notification = "{} {}.".format(
|
||||
_("Successfully added payment for member"),
|
||||
form.cleaned_data['member'])
|
||||
_("Successfully added payment for member"),
|
||||
form.cleaned_data['member'])
|
||||
return HttpResponseRedirect(
|
||||
'/members/payments?notification={}'
|
||||
.format(html.escape(notification)))
|
||||
|
||||
Reference in New Issue
Block a user