Added no cases row to experts screen if expert has no cases
This commit is contained in:
parent
96c1880d45
commit
57aad8e385
@ -40,6 +40,11 @@
|
||||
<td class="p-2" width="150px">{{ case.published }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% if not expert.cases.all %}
|
||||
<tr>
|
||||
<td class="text-muted">No Cases</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user