may a space is needed?

main
eric 2023-05-09 16:23:56 -04:00
parent 0c83e48380
commit 4ae248e242
2 changed files with 2 additions and 2 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 | default:'*** no publisher name ***' %}">{{ 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 %}

View File

@ -8,7 +8,7 @@ DOAB Linkchecking by Publisher
</h2>
<ul>
{% for publisher in publisher_list %}
<li><a href="{% url 'publisher' publisher.publisher_name|default:'*** no publisher name ***' %}">
<li><a href="{% url 'publisher' publisher.publisher_name|default:'*** no publisher name ***' %}">
{% if publisher.publisher_name %}{{publisher.publisher_name}}
{% else %}*** no publisher name ***
{% endif %}