fix no-pub-name

main
eric 2023-05-09 16:10:45 -04:00
parent 5283cab505
commit 0c83e48380
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ DOAB Link Checking Problems by Publisher
</tr>
{% for pub, numbad in pubs %}
<tr style="color:red">
<td> <a href="{% url 'publisher' pub %}">{{ pub | default:'*** no publisher name ***' }}</a> </td>
<td> <a href="{% url 'publisher' pub | default:'*** no publisher name ***' %}">{{ pub | default:'*** no publisher name ***' }}</a> </td>
<td> {{ numbad }} </td>
</tr>
{% endfor %}