6237: Suppress Gramps ID in Narrative Web report

svn: r21606
This commit is contained in:
Nick Hall 2013-03-10 23:54:52 +00:00
parent af3e34fef5
commit 6a23860df2

View File

@ -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: