tweak provider display

main
eric 2023-03-30 14:33:42 -04:00
parent 46cd08217e
commit 1fd13dd82c
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
<html>
<head>
<title>DOAB Hosts</title>
<title>DOAB Hostnames</title>
</head>
<body>
<h2>
DOAB Linkchecking by Hostnames
</h2>
<ul>
{% for provider in provider_list %}
<li><a href="{% url 'provider' provider.provider %}">{{provider.provider}}</a> ({{provider.link_count}})</li>