On colore les dupliqués non corrigés

See #317
This commit is contained in:
Jean-Marie Favreau 2025-02-19 15:50:26 +01:00
parent 930288ea65
commit d6b8ae1ca6
2 changed files with 11 additions and 1 deletions

View File

@ -1893,6 +1893,16 @@ dialog {
}
.duplicate_tofix header, duplicate_tofix footer {
background: repeating-linear-gradient(
45deg,
rgba(187, 66, 66, 0.1),
rgba(187, 66, 66, 0.1) 10px,
rgba(240, 9, 9, 0.25) 10px,
rgba(240, 9, 9, 0.25) 20px
),
}
.single-event header .buttons [role="button"] {
font-size: 90%;
}

View File

@ -3,7 +3,7 @@
{% load event_extra %}
<article>
<article class="{% if not duplicate.representative %}duplicate_tofix{% endif %}">
<header><h2><a href="{% url 'view_duplicate' duplicate.pk %}">
{% if duplicate.representative %}Duplication{% else %}Possible duplication{% endif %}
&nbsp;:</a> {{ events|length }} événements le {{ events.0.start_day }}</h2>