As a superuser I can approve posts so that I don't have to login to the django admin panel separately to see posts which require approval and process them.
Acceptance Criteria:
Acceptance Criteria 1: Approval button next to each unapproved item.
Acceptance Criteria 2: Could have a total at the top of the page which shows total number of items awaiting approval
Acceptance Criteria 3: onclick - approval status changes from unapproved to approved, on a toggle so I can unapprove as well.
Unapprove works, but redirects goes to the post-detail page. Not sure why. Approve doesn't work. Just goes to the post-detail page and doesn't change the approval status or icon.
As a superuser I can approve posts so that I don't have to login to the django admin panel separately to see posts which require approval and process them.
Acceptance Criteria:
Tasks:
65