Suppression de Chant.numero
This commit is contained in:
		
							parent
							
								
									87ca842293
								
							
						
					
					
						commit
						daca903aba
					
				
					 7 changed files with 25 additions and 14 deletions
				
			
		| 
						 | 
				
			
			@ -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">N°</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 %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue