Fix merge artifact

This commit is contained in:
Jan Tuomi
2017-10-11 22:45:39 +03:00
parent 04931eec42
commit bb01b8ae7c
-1
View File
@@ -143,7 +143,6 @@ def kaehmy_submit(request, *args, **kwargs):
name=custom_name, is_board=custom_is_board)
custom_role.save()
application.custom_roles.add(custom_role)
form.save()
email = form.cleaned_data.get('email', '')
name = form.cleaned_data.get('name', 'Anonymous')