EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
37 stars 18 forks source link

Add link to reviews for staff #93

Closed MarkusH closed 10 years ago

MarkusH commented 10 years ago

All reviews for a given proposal can be found at reverse('reviews-proposal-reviews', kwargs={'proposal_pk': GIVEN_PROPOSAL_PK}) or {% url "reviews-proposal-reviews" proposal_pk=GIVEN_PROPOSAL_PK %}.

On the proposal detail view of the reviews app staff users should have a link to the reviews list.

zerok commented 10 years ago

Staff members can already click on the accumulated score on the proposals listing to get a list of all reviews. Or do you need a different place for that link?

MarkusH commented 10 years ago

Ah, I see. I was looking for that link in the side bar on a detail view.