Allow all the nomcom private tabs to show on the nomcom chair configuration help page. Fixes #2303. Commit ready for merge.

- Legacy-Id: 14511
This commit is contained in:
Robert Sparks 2018-01-11 16:28:19 +00:00
parent 2dd1f0da29
commit 5835e52759

View file

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