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 5eac4a8 commit 75fa9bbCopy full SHA for 75fa9bb
1 file changed
ietf/doc/views_doc.py
@@ -461,6 +461,7 @@ def document_history(request, name):
461
462
# pick up revisions from events
463
diff_revisions = []
464
+
465
diffable = [ name.startswith(prefix) for prefix in ["rfc", "draft", "charter", "conflict-review", "status-change", ]]
466
if diffable:
467
diff_documents = [ doc ]
0 commit comments