mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 00:27:02 +00:00
remove forloop.last condition for cast
This commit is contained in:
@@ -471,7 +471,7 @@
|
||||
|
||||
<div class="w-full md:w-3/4">
|
||||
{% if media.cast %}
|
||||
<section class="{% if not forloop.last %}mb-8{% endif %}">
|
||||
<section class="mb-8">
|
||||
<h2 class="text-xl font-bold mb-4">Cast</h2>
|
||||
<div class="grid grid-cols-[repeat(auto-fill,minmax(150px,1fr))] gap-4">
|
||||
{% for cast in media.cast %}
|
||||
|
||||
Reference in New Issue
Block a user