6237: Suppress Gramps ID in Narrative Web report

svn: r21605
This commit is contained in:
Nick Hall 2013-03-10 23:54:27 +00:00
parent 20231f676f
commit ce1c01f963

View File

@ -2810,7 +2810,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: