diff options
| author | Bobby <[email protected]> | 2024-10-04 13:59:45 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-10-04 13:59:45 -0400 |
| commit | 4e801314b76ebc1556ab37fa8d7f0897c6e238ed (patch) | |
| tree | 59a7e7d9483ed2c90fee8b671675fdb8bde8a04c /templates/partials/datacardcompact_render.html | |
| parent | d4e8d9883d64361ddc3bc035a5b1de7af71b1281 (diff) | |
| download | yugen-4e801314b76ebc1556ab37fa8d7f0897c6e238ed.tar.xz yugen-4e801314b76ebc1556ab37fa8d7f0897c6e238ed.zip | |
Manga on homepage
Diffstat (limited to 'templates/partials/datacardcompact_render.html')
| -rw-r--r-- | templates/partials/datacardcompact_render.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/partials/datacardcompact_render.html b/templates/partials/datacardcompact_render.html index 64f7517..40b38c0 100644 --- a/templates/partials/datacardcompact_render.html +++ b/templates/partials/datacardcompact_render.html @@ -1,6 +1,5 @@ {% for anime in data %} -{% if not anime.status == "Not yet aired" or all %} -<div class="w-full max-w-full px-2 mb-2 anime-item"> +<div class="w-full max-w-full px-2 mb-2"> <a href="{% url 'watch:watch' anime.id %}"> <div class="flex flex-row bg-neutral-950 rounded hover:bg-{{ user.preferences.accent_colour }}-600 hover:bg-opacity-30 p-2 gap-4 items-center"> <img loading="lazy" src="{{ anime.image }}" alt="{{ anime.title.english }}" class="rounded-lg w-16 lg:w-12 h-24 lg:h-16 object-cover"/> @@ -123,5 +122,4 @@ </div> </a> </div> -{% endif %} {% endfor %}
\ No newline at end of file |
