Skip to content

Commit c3f444e

Browse files
committed
Merged in [14511] from rjsparks@nostrum.com:
Allow all the nomcom private tabs to show on the nomcom chair configuration help page. Fixes ietf-tools#2303. - Legacy-Id: 14513 Note: SVN reference [14511] has been migrated to Git commit 5835e52
2 parents 16e1553 + 5835e52 commit c3f444e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/nomcom/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,8 @@ def edit_topic(request, year, topic_id=None):
11741174

11751175
@role_required("Nomcom Chair", "Nomcom Advisor")
11761176
def configuration_help(request, year):
1177-
return render(request,'nomcom/chair_help.html',{'year':year})
1177+
nomcom = get_nomcom_by_year(year)
1178+
return render(request,'nomcom/chair_help.html',{'nomcom':nomcom,'year':year})
11781179

11791180
@role_required("Nomcom Chair", "Nomcom Advisor")
11801181
def edit_members(request, year):

0 commit comments

Comments
 (0)