Skip to content

Commit

Permalink
Fix wrong no-bookmarks check
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Dec 10, 2024
1 parent 4024444 commit 598f0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bookmarks/bookmarks.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h4>Bookmark categories</h4>
<div class="col-lg-8">
<h4><span class="text-light-grey">Category:</span> {% if category %}{{category.name}}{% else %}Uncategorized{% endif %} </h4>
<div class="v-spacing-top-3">
{% if page_bookmarks_and_sound_objects %}
{% if page.object_list %}
<div class="row">
{% for bookmark, sound in page_bookmarks_and_sound_objects %}
<div class="col-6 col-md-4">
Expand Down

0 comments on commit 598f0ce

Please sign in to comment.