From 69b4faad2524b23a74eb6e3ac8ea9a9817b545ff Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 26 Nov 2019 16:09:30 +0000 Subject: [PATCH] Add page title to WQDS report. --- templates/query_list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/query_list.html b/templates/query_list.html index e2da84c..6d7f96a 100644 --- a/templates/query_list.html +++ b/templates/query_list.html @@ -1,12 +1,14 @@ {% extends "base.html" %} +{% block title %}Wikidata Query Service report{% endblock %} + {% block content %}
-

Wikidata Query Service report

+

{{ self.title() }}

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