Adds “unreviewed by you” to the list of proposal links (#16)

This commit is contained in:
Christopher Neugebauer 2016-06-21 10:08:53 +10:00 committed by Scott Bragg
parent 9c986111a1
commit b9b9834f63

View file

@ -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>