6237: Suppress Gramps ID in Narrative Web report

svn: r21607
This commit is contained in:
Nick Hall 2013-03-10 23:55:08 +00:00
parent 55e2863a0b
commit 709eb0ebcd

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: