diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 84918d426..39150c670 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -1982,6 +1982,13 @@ class BasePage: index += 1 cols += 1 + if rows == num_rows - 1: + prv = Html('%s' % + _("Previous")) + nxt = Html('%s' % + _("Next")) + unordered.extend(Html("li", prv, inline=True)) + unordered.extend(Html("li", nxt, inline=True)) container += unordered navigation += container return navigation