]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/server_info.mako
Fix two missed route_urls to game_finder.
[xonotic/xonstat.git] / xonstat / templates / server_info.mako
index 5c2cf73d4f770d18562ae447a4d0d7e164af9876..c99e1532d9ce804d45b0be0a7a4c2f6d91c1edfb 100644 (file)
@@ -156,7 +156,7 @@ Server Information
         % endfor
       </tbody>
     </table>
-    <p><a href="${request.route_url('game_finder', _query={'server_id':server.server_id})}">More...</a></p>
+    <p><a href="${request.route_url('game_index', _query={'server_id':server.server_id})}">More...</a></p>
   </div>
 </div>
 % endif