Skip to content

Commit

Permalink
Merge pull request #24 from vishalsodani/master
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
shabda committed Feb 28, 2018
2 parents 7a618a1 + a17bbb0 commit abfb7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/action_buttons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ How to add Custom Action Buttons (not actions) to Django Admin list page?
UMSRA has decided that given sufficient kryptonite, all Heroes are mortal.
However, they want to be able to change their mind and say all heroes are immortal.

You have been absked to add two buttons - One which makes all heroes mortal, and one which makes all immortal. Since it affects all heores irrespective of the selection, this needs to be a separate button, not an action dropdown.
You have been asked to add two buttons - One which makes all heroes mortal, and one which makes all immortal. Since it affects all heroes irrespective of the selection, this needs to be a separate button, not an action dropdown.

First, we will change the template on the :code:`HeroAdmin` so we can add two buttons.::

Expand Down

0 comments on commit abfb7c2

Please sign in to comment.