diff --git a/app.py b/app.py index 0da908b..c813111 100755 --- a/app.py +++ b/app.py @@ -899,7 +899,7 @@ def missing_image_report(): return render_template('missing_image.html', item_list=item_list) -@app.route('/report/query') +@app.route('/report/wdqs') def wikidata_query_list(): q = WikidataQuery.query.order_by(WikidataQuery.start_time.desc()) return render_template('query_list.html', q=q) diff --git a/templates/query_list.html b/templates/query_list.html index 1e6ca5c..e2da84c 100644 --- a/templates/query_list.html +++ b/templates/query_list.html @@ -4,6 +4,14 @@
+
+
+

Wikidata Query Service report

+ +

This report lists every query sent to the Wikidata Query Service (WQDS) by WADE. Failed queries are in red.

+
+
+
when
page