response = self.client.post(
            reverse("eighth_admin_edit_activity", kwargs={"activity_id": activity.id}),
            data={
                "name": "test activity 2",
                "description": "haha",