Move WDQS report and add a heading.
This commit is contained in:
parent
0ef6eced13
commit
e849f18660
2 changed files with 9 additions and 1 deletions
2
app.py
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue