When a user hasn't agreed to the site terms of use, the 'Access Collection' links on the My Library page are greyed out and noninteractive:
Users can also find an 'Access Collection' button on the individual partner pages. Even if they haven't agreed to the terms of use, this button always works:
We should instead be greying this button out too. We currently only do so if the user isn't bundle eligible (https://github.com/WikipediaLibrary/TWLight/blob/master/TWLight/resources/templates/resources/partner_detail.html#L479).
Acceptance criteria
- A user who hasn't agreed to the terms of use shouldn't be able to access a Bundle collection via the Access Collection button on the partner detail pages.

