add admin edit link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user