Adds “unreviewed by you” to the list of proposal links (#16)
This commit is contained in:
parent
9c986111a1
commit
b9b9834f63
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@
|
|||
</a>
|
||||
</li>
|
||||
{% endcomment %}
|
||||
<a class="list-group-item user-not-reviewed" href="{% url "user_not_reviewed" section.section.slug %}">
|
||||
{% trans "Unreviewed by you" %}
|
||||
</a>
|
||||
<a class="list-group-item voting-status" href="{% url "review_status" section.section.slug %}">
|
||||
{% trans "Voting Status" %}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue