3430: Add Gramps version to the output of reports
svn: r15237
This commit is contained in:
parent
4c1b073dac
commit
d473bc8704
@ -924,8 +924,9 @@ class BasePage(object):
|
|||||||
|
|
||||||
value = _dd.display(date.Today())
|
value = _dd.display(date.Today())
|
||||||
msg = _('Generated by <a href = "%(homepage)s">'
|
msg = _('Generated by <a href = "%(homepage)s">'
|
||||||
'Gramps</a> on %(date)s') % {
|
'Gramps</a> %(version)s on %(date)s') % {
|
||||||
'date': value, 'homepage' : const.URL_HOMEPAGE
|
'date': value, 'homepage' : const.URL_HOMEPAGE,
|
||||||
|
'version': const.VERSION
|
||||||
}
|
}
|
||||||
|
|
||||||
# optional "link-home" feature; see bug report #2736
|
# optional "link-home" feature; see bug report #2736
|
||||||
|
Loading…
x
Reference in New Issue
Block a user