.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
|
||||
<table>
|
||||
<tr><th></th><th>Content Type</th><th>Name</th><th>Assessed<br/> By</th></tr>
|
||||
{% 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}}" title="{{item.specialty}}">
|
||||
@@ -81,6 +82,9 @@
|
||||
td {
|
||||
padding-right: 10px;
|
||||
}
|
||||
* {
|
||||
box-sizing: unset;
|
||||
}
|
||||
|
||||
</style>
|
||||
{% endblock css %}
|
||||
|
||||
Reference in New Issue
Block a user