We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9965f80 + 696c5d1 commit 6ffbf05Copy full SHA for 6ffbf05
docs/custom_button.rst
@@ -38,7 +38,7 @@ Then you can override :code:`response_change` and connect your template to the :
38
obj.save()
39
self.message_user(request, "This villain is now unique")
40
return HttpResponseRedirect(".")
41
- super().response_change(request, obj)
+ return super().response_change(request, obj)
42
43
This is how your admin looks now.
44
0 commit comments