Merged in [9782] from lars@netapp.com:
Make title capitalization consistent with other pages. - Legacy-Id: 9801 Note: SVN reference [9782] has been migrated to Git commit 46cfd0b52a3982cd1e1d6a6e01a8ce03053ed345
This commit is contained in:
parent
cc4190f1f0
commit
72546dfe44
|
@ -8,10 +8,10 @@ from ietf.doc.utils import get_tags_for_stream_id
|
||||||
|
|
||||||
def state_help(request, type):
|
def state_help(request, type):
|
||||||
slug, title = {
|
slug, title = {
|
||||||
"draft-iesg": ("draft-iesg", "IESG States For Internet-Drafts"),
|
"draft-iesg": ("draft-iesg", "IESG States for Internet-Drafts"),
|
||||||
"draft-rfceditor": ("draft-rfceditor", "RFC Editor States For Internet-Drafts"),
|
"draft-rfceditor": ("draft-rfceditor", "RFC Editor States for Internet-Drafts"),
|
||||||
"draft-iana-action": ("draft-iana-action", "IANA Action States For Internet-Drafts"),
|
"draft-iana-action": ("draft-iana-action", "IANA Action States for Internet-Drafts"),
|
||||||
"draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States For Internet-Drafts"),
|
"draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States for Internet-Drafts"),
|
||||||
"charter": ("charter", "Charter States"),
|
"charter": ("charter", "Charter States"),
|
||||||
"conflict-review": ("conflrev", "Conflict Review States"),
|
"conflict-review": ("conflrev", "Conflict Review States"),
|
||||||
"status-change": ("statchg", "RFC Status Change States"),
|
"status-change": ("statchg", "RFC Status Change States"),
|
||||||
|
|
Loading…
Reference in a new issue