parent
578f4bdf62
commit
c01ee8ed7d
@ -1612,7 +1612,7 @@ class BasePage(object):
|
|||||||
'<a href="' + URL_HOMEPAGE + '">' ,
|
'<a href="' + URL_HOMEPAGE + '">' ,
|
||||||
'html_end' : '</a>' ,
|
'html_end' : '</a>' ,
|
||||||
'version' : VERSION }
|
'version' : VERSION }
|
||||||
if date is not None:
|
if date is not None and date > 0:
|
||||||
msg += "<br />"
|
msg += "<br />"
|
||||||
last_modif = datetime.datetime.fromtimestamp(date).strftime('%Y-%m-%d %H:%M:%S')
|
last_modif = datetime.datetime.fromtimestamp(date).strftime('%Y-%m-%d %H:%M:%S')
|
||||||
msg += _('Last change was the %(date)s') % { 'date' : last_modif }
|
msg += _('Last change was the %(date)s') % { 'date' : last_modif }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user