Test for user system and comments
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="posts-list" class="space-y-6">
|
||||
<div id="posts-list">
|
||||
{% block posts %}
|
||||
{% if posts.is_empty() %}
|
||||
<div class="p-8 text-center">
|
||||
@@ -29,11 +29,11 @@
|
||||
d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-medium text-gray-900 mb-2">No data to display</h3>
|
||||
<p class="text-gray-600">The request did not return any data.</p>
|
||||
<h3 class="text-lg font-medium text-gray-900 mb-2">No posts to display</h3>
|
||||
<p class="text-gray-600">Content may have shifted due to recent updates or list is empty.</p>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="divide-y divide-gray-200">
|
||||
<div class="divide-y divide-gray-200 mb-6">
|
||||
{% for post in posts %}
|
||||
{% include "dashboard/posts/card.html" %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user