diff --git a/pinaxcon/templates/symposion/reviews/review_stats.html b/pinaxcon/templates/symposion/reviews/review_stats.html index a3d1b061..9ecb0d7d 100644 --- a/pinaxcon/templates/symposion/reviews/review_stats.html +++ b/pinaxcon/templates/symposion/reviews/review_stats.html @@ -49,28 +49,28 @@ {{ proposals.positive|length }}
- proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one +1 and no −1s + proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one +2 and no −2s
Negative {{ proposals.negative|length }}
- proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one −1 and no +1s + proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and at least one −2 and no +2s
Indifferent {{ proposals.indifferent|length }}
- proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and neither a +1 or a −1 + proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and neither a +2 or a −2
Controversial {{ proposals.controversial|length }}
- proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and both a +1 and −1 + proposals with at least {{ vote_threshold }} vote{{ vote_threshold|pluralize }} and both a +2 and −2
Too Few Reviews