Changed the title of Section 7 of the IESG agenda as requested. Fixes issue #2167.
- Legacy-Id: 12732
This commit is contained in:
parent
c86c6e5d4e
commit
08058d5270
|
@ -128,7 +128,7 @@ def agenda_sections():
|
|||
('4.2.2', {'title':"Proposed for approval", 'docs':[]}),
|
||||
('5', {'title':"IAB news we can use"}),
|
||||
('6', {'title':"Management issues"}),
|
||||
('7', {'title':"Working Group news"}),
|
||||
('7', {'title':"Any Other Business (WG News, New Proposals, etc.)"}),
|
||||
])
|
||||
|
||||
def fill_in_agenda_administrivia(date, sections):
|
||||
|
|
|
@ -38,7 +38,7 @@ from django.db import models
|
|||
|
||||
class TelechatAgendaItem(models.Model):
|
||||
TYPE_CHOICES = (
|
||||
(1, "Working Group News"),
|
||||
(1, "Any Other Business (WG News, New Proposals, etc.)"),
|
||||
(2, "IAB News"),
|
||||
(3, "Management Item")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue