Fixed another error brought to me by Peter Lundgren.
svn: r13040
This commit is contained in:
parent
9b805ac2cf
commit
69e4275776
@ -3157,7 +3157,6 @@ class IndividualPage(BasePage):
|
|||||||
|
|
||||||
assoc_row = [
|
assoc_row = [
|
||||||
(_('Relationship'), 'Relationship'),
|
(_('Relationship'), 'Relationship'),
|
||||||
(_('Association'), 'Association'),
|
|
||||||
(SHEAD, 'Sources'),
|
(SHEAD, 'Sources'),
|
||||||
(NHEAD, 'Notes') ]
|
(NHEAD, 'Notes') ]
|
||||||
|
|
||||||
@ -3175,7 +3174,6 @@ class IndividualPage(BasePage):
|
|||||||
index = 0
|
index = 0
|
||||||
for data in [
|
for data in [
|
||||||
[person_ref.get_relation()],
|
[person_ref.get_relation()],
|
||||||
[person_ref.get_association()],
|
|
||||||
[self.get_citation_links(person_ref.get_source_references())],
|
[self.get_citation_links(person_ref.get_source_references())],
|
||||||
[self.dump_notes(person_ref.get_note_list())] ]:
|
[self.dump_notes(person_ref.get_note_list())] ]:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user