diff --git a/ietf/doc/utils.py b/ietf/doc/utils.py index 3c83b16be..14dfb9513 100644 --- a/ietf/doc/utils.py +++ b/ietf/doc/utils.py @@ -1207,5 +1207,5 @@ def bibxml_for_draft(doc, rev=None): if name.startswith('rfc'): # bibxml3 does not speak of RFCs raise Http404() - return render_to_string('doc/bibxml.xml', {'name':name, 'doc':doc, 'doc_bibtype':'I-D'}) + return render_to_string('doc/bibxml.xml', {'name':name, 'doc':doc, 'doc_bibtype':'I-D', 'settings':settings}) diff --git a/ietf/templates/doc/bibxml.xml b/ietf/templates/doc/bibxml.xml index a7513df47..750789da6 100644 --- a/ietf/templates/doc/bibxml.xml +++ b/ietf/templates/doc/bibxml.xml @@ -1,5 +1,5 @@ - + {{doc.title}}{% for author in doc.documentauthor_set.all %}