simplification de l'affichage

This commit is contained in:
Jean-Marie Favreau 2024-02-17 15:30:21 +01:00
parent 50288b29f4
commit be791d523f

View File

@ -21,11 +21,8 @@
<tr>
<th>Id</th>
<th>Nom</th>
<th>Processeur</th>
<th>Téléchargeur</th>
<th>Récurrence</th>
<th>Source</th>
<th>Adresse naviguable</th>
<th>Nombre d'imports</th>
<th>Actions</th>
</tr>
@ -35,11 +32,8 @@
<tr>
<td>{{ obj.pk }}</a></td>
<td>{{ obj.name }}</a></td>
<td>{{ obj.processor }}</td>
<td>{{ obj.downloader }}</td>
<td>{{ obj.recurrence }}</td>
<td><a href="{{ obj.source }}">{{ obj.source|truncatechars_middle:32 }}</a></td>
<td><a href="{{ obj.browsable_url }}">{{ obj.browsable_url|truncatechars_middle:32 }}</a></td>
<td>{{ obj.nb_imports }}</td>
<td>
<div class="buttons">