mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
Better handling of blank lists.
This commit is contained in:
parent
11d9382bd1
commit
c790bb8815
1 changed files with 7 additions and 1 deletions
|
|
@ -39,6 +39,10 @@
|
|||
<td>{{ object.db.desc }}</td>
|
||||
<td>{{ object.subscriptions.all|length }}</td>
|
||||
</tr>
|
||||
{% empty %}
|
||||
<tr>
|
||||
<td colspan="3">No channels were found!</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -56,6 +60,7 @@
|
|||
<hr />
|
||||
{% endif %}
|
||||
|
||||
{% if most_popular %}
|
||||
<div class="card mb-3">
|
||||
<div class="card-header">Most Popular</div>
|
||||
|
||||
|
|
@ -66,13 +71,14 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
<!-- end right column -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue