add admin edit link

This commit is contained in:
Ross
2024-01-23 10:53:20 +00:00
parent a922078e4a
commit 2427998bd9
4 changed files with 19 additions and 4 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
{% endif %}
{% if items %}
{% if items and assessor %}
<a href="{% url 'rcr:radiology_update_next_view' %}">Click to assess next item</a>
@@ -28,7 +28,7 @@
<table>
{% for item in items %}
<tr class="{{item.content_type}} {% if item.completed_radiology %} completed-radiology{% endif %}{% if item.completed_radiology %} completed-oncology{% endif %}">
<td class="{{item.specialty}}">
<td class="{{item.specialty}}" title="{{item.specialty}}">
{{forloop.counter}}:
</td>
<td> {{item.content_type}}</td>