Working on name_origin_type

svn: r19541
This commit is contained in:
Doug Blank
2012-05-16 13:49:53 +00:00
parent b9eb3cefd3
commit ba4f791bb7
4 changed files with 8 additions and 7 deletions

View File

@@ -325,9 +325,9 @@ def source_table(obj, user, action, url=None, *args):
if citation_ref.citation.source:
source = citation_ref.citation.source
table.row(source,
source_ref.ref_object.title,
source_ref.ref_object.author,
source_ref.page,
source.title,
source.author,
citation_ref.citation.page,
)
retval += table.get_html()
if user.is_authenticated() and url and action == "view":