]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/server.py
Show the correct lifetime information in the template.
[xonotic/xonstat.git] / xonstat / views / server.py
index 953d6b7f92584046c9c672e03e73220a64e00821..1b5dc9b618d041048c6b84380510d56aacbc37c3 100644 (file)
@@ -277,6 +277,7 @@ class ServerInfo(ServerInfoBase):
             'top_scorers': self.top_scorers_v.html(),
             'top_maps': self.top_maps_v.html(),
             'recent_games': self.recent_games,
+            'lifetime': self.lifetime,
         }
 
     def json(self):