6237: Suppress Gramps ID in Narrative Web report
svn: r21607
This commit is contained in:
parent
55e2863a0b
commit
709eb0ebcd
@ -2813,7 +2813,7 @@ class BasePage(object):
|
||||
depth+1)
|
||||
else:
|
||||
url = self.report.build_url_fname(path, up=self.up)
|
||||
if gid != "":
|
||||
if (not self.noid and gid != ""):
|
||||
gid_html = Html("span", " [%s]" % gid,
|
||||
class_ = "grampsid", inline = True)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user