Fixes messages (#11)
This commit is contained in:
parent
d7d36e2c05
commit
a160e2b7c3
1 changed files with 4 additions and 4 deletions
|
@ -49,28 +49,28 @@
|
|||
<span class="badge">{{ proposals.positive|length }}</span>
|
||||
</dt>
|
||||
<dd>
|
||||
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
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="{% url "review_status" section_slug "negative" %}">Negative</a>
|
||||
<span class="badge">{{ proposals.negative|length }}</span>
|
||||
</dt>
|
||||
<dd>
|
||||
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
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="{% url "review_status" section_slug "indifferent" %}">Indifferent</a>
|
||||
<span class="badge">{{ proposals.indifferent|length }}</span>
|
||||
</dt>
|
||||
<dd>
|
||||
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
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="{% url "review_status" section_slug "controversial" %}">Controversial</a>
|
||||
<span class="badge">{{ proposals.controversial|length }}</span>
|
||||
</dt>
|
||||
<dd>
|
||||
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
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="{% url "review_status" section_slug "too_few" %}">Too Few Reviews</a>
|
||||
|
|
Loading…
Reference in a new issue