3827: Narrated Web Site: Dates for Alternate names are not shown, by kulath
svn: r15101
This commit is contained in:
parent
aac19c3b31
commit
a81f6956a5
@ -3924,6 +3924,10 @@ class IndividualPage(BasePage):
|
|||||||
# which doesn't exactly look very nice printed on the web page
|
# which doesn't exactly look very nice printed on the web page
|
||||||
if pname[:2] == ', ':
|
if pname[:2] == ', ':
|
||||||
pname = pname[2:]
|
pname = pname[2:]
|
||||||
|
if name != primary_name:
|
||||||
|
datetext = _dd.display(name.date)
|
||||||
|
if datetext:
|
||||||
|
pname = datetext + ': ' + pname
|
||||||
|
|
||||||
type_ = str( name.get_type() )
|
type_ = str( name.get_type() )
|
||||||
trow = Html("tr") + (
|
trow = Html("tr") + (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user