Skip to content

Commit a39e401

Browse files
committed
remove message for empty queryset
1 parent 3f6c192 commit a39e401

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/templates/_books_table.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
</button>
3737
</td>
3838
</tr>
39-
{% empty %}
40-
<p class="no-books text-primary">No books added yet.</p>
4139
{% endfor %}
4240

4341
</tbody>

0 commit comments

Comments
 (0)