Fix more pep8 badlings

This commit is contained in:
Jan Tuomi
2017-09-20 23:35:41 +03:00
parent 68f587f776
commit a99544f967
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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)))