update dv3d

This commit is contained in:
Ross
2026-05-18 16:37:12 +01:00
parent 63ea4cdf23
commit dcc347793d
2 changed files with 213 additions and 213 deletions
@@ -14,10 +14,10 @@
<input type="checkbox" class="hide" name="series-ids" value="{{series.pk}}">
<div class="series-card-shell">
<div type="button"
class="series-card-main"
data-series-action="details"
data-series-id="{{series.pk}}"
aria-label="Open series actions for Series {{ forloop.counter }}">
class="series-card-main"
data-series-action="details"
data-series-id="{{series.pk}}"
aria-label="Open series actions for Series {{ forloop.counter }}">
<div class="series-card-thumb-wrap">
{% with series_thumbnail=series.get_thumbnail %}
{% if series_thumbnail.1 %}
@@ -42,7 +42,7 @@
title="View series in viewer"
data-series-id="{{series.pk}}"
data-series-name="{{ series|escape }}">
<i class="bi bi-eye"></i> View1
<i class="bi bi-eye"></i> View
</button>
<div class="series-card-inline-actions">
<button type="button"
+208 -208
View File
File diff suppressed because one or more lines are too long