Skip to content

Commit

Permalink
Allow all the nomcom private tabs to show on the nomcom chair configu…
Browse files Browse the repository at this point in the history
…ration help page. Fixes #2303. Commit ready for merge.

 - Legacy-Id: 14511
  • Loading branch information
rjsparks committed Jan 11, 2018
1 parent 2dd1f0d commit 5835e52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ietf/nomcom/views.py
Expand Up @@ -1174,7 +1174,8 @@ def edit_topic(request, year, topic_id=None):

@role_required("Nomcom Chair", "Nomcom Advisor")
def configuration_help(request, year):
return render(request,'nomcom/chair_help.html',{'year':year})
nomcom = get_nomcom_by_year(year)
return render(request,'nomcom/chair_help.html',{'nomcom':nomcom,'year':year})

@role_required("Nomcom Chair", "Nomcom Advisor")
def edit_members(request, year):
Expand Down

0 comments on commit 5835e52

Please sign in to comment.