Merge lp:~black-perl/postorius/permissions-fix-in-list_nav.html into lp:postorius

Proposed by Ankush Sharma
Status: Merged
Merged at revision: 215
Proposed branch: lp:~black-perl/postorius/permissions-fix-in-list_nav.html
Merge into: lp:postorius
Diff against target: 12 lines (+1/-1)
1 file modified
src/postorius/templates/postorius/menu/list_nav.html (+1/-1)
To merge this branch: bzr merge lp:~black-perl/postorius/permissions-fix-in-list_nav.html
Reviewer Review Type Date Requested Status
Terri Approve
Review via email: mp+256026@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Terri (terriko) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/postorius/templates/postorius/menu/list_nav.html'
2--- src/postorius/templates/postorius/menu/list_nav.html 2015-01-19 15:03:09 +0000
3+++ src/postorius/templates/postorius/menu/list_nav.html 2015-04-13 19:53:16 +0000
4@@ -15,7 +15,7 @@
5 {% if user.is_superuser or user.is_list_owner %}
6 <li class="mm_nav_item"><a class="{% nav_active_class current 'list_settings' %}" href="{% url 'list_settings' list.list_id %}">{% trans "Settings" %}</a></li>
7 {% endif %}
8- {% if user.is_superuser or user.is_list_moderator %}
9+ {% if user.is_superuser or user.is_list_owner %}
10 <li class="mm_nav_item"><a class="{% nav_active_class current 'mass_subscribe' %}" href="{% url 'mass_subscribe' list.list_id %}">{% trans "Mass Subscribe" %}</a></li>
11 {% endif %}
12 {% if user.is_superuser or user.is_list_owner %}

Subscribers

People subscribed via source and target branches