]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/search.py
If there are no recent games, do not show the section.
[xonotic/xonstat.git] / xonstat / views / search.py
index 2a791f331004b81131e302ab7b704a5a626ac03f..13700b6ebfe95cb59218a00b50eb2585573a9327 100644 (file)
@@ -149,3 +149,7 @@ def _search_data(request):
 
 def search(request):
     return _search_data(request)
+
+
+def search_json(request):
+    return [{'status':'not implemented'}]