]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/map_info.mako
Don't pre-fill the "recent games" section with hyphens.
[xonotic/xonstat.git] / xonstat / templates / map_info.mako
index 6de55c13d6c73eeab388d518458575c63190de5c..5dc5c0b2cd0501704ff604aaf09811968f41ca35 100644 (file)
@@ -150,6 +150,7 @@ ${parent.title()}
 % endif
 
 
+% if len(recent_games) > 0:
 <div class="row">
   <div class="span12">
     <h3>Most Recent Games</h3>
@@ -183,6 +184,7 @@ ${parent.title()}
     </table>
   </div>
 </div>
+% endif
 
 
 % endif