Suppression de Chant.numero

This commit is contained in:
Claude Paroz 2025-10-30 12:01:02 +01:00
parent 87ca842293
commit daca903aba
7 changed files with 25 additions and 14 deletions

View file

@ -4,11 +4,10 @@
{% block content %}
<h2>Liste des chants</h2>
<table class="table table-striped table-bordered table-responsive table-chants">
<tr><th scope="col" class="numero"></th><th scope="col">Titre</th><th></th><th></th>
<tr><th scope="col">Titre</th><th></th><th></th>
{% if perms.beesgospel.change_chant %}<th scope="col" class="boutons"></th>{% endif %}</tr>
{% for chant in object_list %}
<tr class="editable">
<td>{{ chant.numero }}</td>
<td>{{ chant.titre }}</td>
<td>{% for doc in chant.chantdoc_set.all %}
{% if doc.fichier %}