This commit is contained in:
Ross
2021-12-01 19:29:17 +00:00
parent 1a6633ceb4
commit b1d9d41a80
2 changed files with 4 additions and 5 deletions
@@ -75,7 +75,7 @@
</div>
<p><b>Checked by:</b> {% for verified in case.verified.all %} <a
href="{% url 'atlas:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>>
href="{% url 'atlas:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>
<p><b>Author(s):</b> {% for author in case.author.all %} <a
href="{% url 'atlas:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>