Hide button to load more workouts when all workouts have been fetched

This commit is contained in:
Peter Stockings
2023-10-13 19:17:40 +11:00
parent 9b43d7a8f4
commit 339b8722fc
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
</li>
{% if loop.index == loop.length %}
{% if loop.index == loop.length and loop.length > 0 and not workouts_all_loaded|default(false, true) %}
<div class="flex justify-center">
<button type="button"