diff --git a/ietf/doc/views_doc.py b/ietf/doc/views_doc.py index fceedead5..7b76c7fb0 100644 --- a/ietf/doc/views_doc.py +++ b/ietf/doc/views_doc.py @@ -890,6 +890,7 @@ def document_bibxml(request, name, rev=None): return render(request, "doc/bibxml.xml", dict( + name=name, doc=doc, doc_bibtype='I-D', ), diff --git a/ietf/templates/doc/bibxml.xml b/ietf/templates/doc/bibxml.xml index 857ec3463..fd621454d 100644 --- a/ietf/templates/doc/bibxml.xml +++ b/ietf/templates/doc/bibxml.xml @@ -1,5 +1,5 @@ - + {{doc.title}}{% if doc.submission %}{% for author in doc.submission.authors %}