Commit 0e085c30 by Chif Gergő

Merge branch 'trans_input_fix' of https://git.ik.bme.hu/circle/cloud into trans_input_fix

parents e480328f 9a62c974
Pipeline #696 passed with stage
in 0 seconds
......@@ -682,7 +682,7 @@ class TransferOwnershipConfirmView(LoginRequiredMixin, View):
messages.error(request, _('This token is invalid or has expired.'))
raise PermissionDenied()
return render(request, self.template,
dictionary={'instance': instance, 'key': key})
{'instance': instance, 'key': key})
def change_owner(self, instance, new_owner):
instance.owner = new_owner
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment