Fixed the document upload current metadata side bar template appearance

This commit is contained in:
Roberto Rosario
2011-06-27 21:36:20 -04:00
parent 276e25be60
commit ffd86d4bc1

View File

@@ -275,7 +275,8 @@ def upload_document_with_type(request, source):
'name': 'generic_subtemplate.html',
'context': {
'title': _(u'Current metadata'),
'paragraphs': metadata_repr_as_list(decode_metadata_from_url(request.GET))
'paragraphs': metadata_repr_as_list(decode_metadata_from_url(request.GET)),
'side_bar': True,
}
}]
}