Commit 325a7ee9 by Karsa Zoltán István

template

parent 0922f8ec
......@@ -174,6 +174,7 @@ class TemplateCreate(SuccessMessageMixin, CreateView):
disk.full_clean()
disk.save()
inst.disks.add(disk)
inst._attach_disk(disk=disk)
return HttpResponseRedirect("%s#resources" %
......
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