Skip to content

Commit

Permalink
Merge pull request #293 from Cadasta/enhancement/add-org-member-link
Browse files Browse the repository at this point in the history
Add missing URL in menu item
  • Loading branch information
wonderchook authored Jun 30, 2016
2 parents 7503f69 + 0af1407 commit 0a95999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadasta/templates/organization/organization_wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>
<span class="sr-only">Toggle Add</span>
</button>
<ul class="dropdown-menu">
<li><a href="#">{% trans "Add org member" %}</a></li>
<li><a href="{% url 'organization:members_add' organization.slug %}">{% trans "Add org member" %}</a></li>
</ul>
</div>
<!-- Single add button for smaller screens-->
Expand All @@ -63,7 +63,7 @@ <h1>
{% trans "Add project" %}
</a>
</li>
<li><a href="#">{% trans "Add org member" %}</a></li>
<li><a href="{% url 'organization:members_add' organization.slug %}">{% trans "Add org member" %}</a></li>
</ul>
</div>

Expand Down

0 comments on commit 0a95999

Please sign in to comment.