Fixed a reference bug.

This commit is contained in:
Ydmir 2016-01-15 11:09:17 +01:00
parent d0c5e40bc8
commit 93c3d450af

View File

@ -124,8 +124,8 @@
{% if IS_CORP %}
<li>
<a {% ifequal request.path "/corp_utils/" %} class="active" {% endifequal %}
href="{% url 'auth_corp_stats' %}"><i
class="fa fa-chain fa-fw grayiconecolor"></i> Corporation Stats</a>
href="{% url 'auth_corp_member_view' %}"><i
class="fa fa-chain fa-fw grayiconecolor"></i> Member Tracking</a>
</li>
{% endif %}
{% endif %}