Fix Typo
This commit is contained in:
parent
1396311d1d
commit
132d69b506
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
<table class="table table-sm">
|
<table class="table table-sm">
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if submission.content_object.files.all|length == 0 %}
|
{% if submission.content_object.files.all|length == 0 %}
|
||||||
<td>
|
<tr>
|
||||||
<th scope="row" class="text-warning">No Media</th>
|
<th scope="row" class="text-warning">No Media</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% elif submission.content_object.files.all|length <= 1 %}
|
{% elif submission.content_object.files.all|length <= 1 %}
|
||||||
|
|
Loading…
Reference in a new issue