quiltingcode / pp4-craft-cafe

1 stars 2 forks source link

USER STORY: Admin Dashboard - approve posts #115

Open quiltingcode opened 1 year ago

quiltingcode commented 1 year ago

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

quiltingcode commented 1 year ago

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.