We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcecc7 commit 0fc216bCopy full SHA for 0fc216b
1 file changed
ietf/settings.py
@@ -537,7 +537,7 @@ def skip_unreadable_post(record):
537
DATETIME_FORMAT = "Y-m-d H:i T"
538
539
540
-DRAFT_NAMES_WITH_DOT = "(draft-[a-z0-9-]+-(ion-sig-uni4\.0|pilc-2\.5g3g|trade-iotp-v1\.0-[a-z]+|msword-template-v2\.0|1240\.his|(ieee)?802\.[0-9a-z]+(-[a-z0-9-]+)?))"
+DRAFT_NAMES_WITH_DOT = "(draft-[a-z0-9-]+-(ion-sig-uni4\.0|pilc-2\.5g3g|trade-iotp-v1\.0-[a-z]+|msword-template-v2\.0|1240\.his|(ieee)?802\.[0-9a-z.]+(-[a-z0-9-]+)?))"
541
URL_REGEXPS = {
542
"acronym": r"(?P<acronym>[-a-z0-9]+)",
543
"charter": r"(?P<name>charter-[-a-z0-9]+)",
0 commit comments