diff --git a/BlockedFrontend/registry.py b/BlockedFrontend/registry.py index cf1741b..fe07218 100644 --- a/BlockedFrontend/registry.py +++ b/BlockedFrontend/registry.py @@ -29,7 +29,7 @@ def registry_seizures(page=1): newdate = newdate.date() pagecount = get_pagecount(count, pagesize) - sql = ("select url, max(uls.created)::date created, max(uls.last_blocked) last_blocked, string_agg(isps.description, ';') isp_description " + sql = ("select url, max(category) as category, max(uls.created)::date created, max(uls.last_blocked) last_blocked, string_agg(isps.description, ';') isp_description " "from public.url_latest_status uls " "inner join urls using (urlid) " "inner join isps on network_name = isps.name " diff --git a/BlockedFrontend/templates/registry/registry_seizures.html b/BlockedFrontend/templates/registry/registry_seizures.html index 998fc44..201eb8c 100644 --- a/BlockedFrontend/templates/registry/registry_seizures.html +++ b/BlockedFrontend/templates/registry/registry_seizures.html @@ -19,7 +19,7 @@

{{ count }} seized domain{{ '' if count == 1 else 's' }} found

- +
DomaincategoryCategory Detected Last Seen