We're need a first version

This commit is contained in:
2014-12-04 21:47:11 +01:00
parent 2362fd1fd2
commit 4cb2736e22
2 changed files with 6 additions and 3 deletions

View File

@@ -338,6 +338,9 @@ class IWLA(object):
page = DisplayHTMLPage(title, filename, conf.css_path)
last_update = '<b>Last update</b> %s<br />' % (time.strftime('%d %b %Y %H:%M', time.localtime()))
page.appendBlock(DisplayHTMLRaw(last_update))
for year in self.meta_infos['stats'].keys():
self._generateDisplayMonthStats(page, year, self.meta_infos['stats'][year])