This commit is contained in:
Ross
2021-11-25 17:57:30 +00:00
parent d36395f31f
commit 72ad06f61c
2 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@
<span class="series-block">
<span>
Series {{ forloop.counter }}:
<a href="{% url 'atlas:atlas_series_detail' pk=series.pk %}">
<a href="{% url 'atlas:series_detail' pk=series.pk %}">
{{series.get_block}}
</a>
@@ -23,14 +23,14 @@
</span>
</span>
{% endfor %}
<a href="{% url 'atlas:atlas_series_id_create' pk=case.pk %}">Add new series</a><br />
<a href="{% url 'atlas:series_id_create' pk=case.pk %}">Add new series</a><br />
</div>
<p><b>Author(s):</b> {% for author in case.author.all %} <a
href="{% url 'atlas:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
<p><b>Checked by:</b> {% for verified in case.verified.all %} <a
href="{% url 'atlas:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>
{% comment %} <p><b>Scrapped:</b> {{ case.scrapped }} <a
href="{% url 'atlas:atlas_scrap' pk=case.pk %}">(toggle)</a> {% endcomment %}
href="{% url 'atlas:case_scrap' pk=case.pk %}">(toggle)</a> {% endcomment %}
<div class="atlas-answer">
<p class="pre-whitespace">