PDF_periodes
This commit is contained in:
parent
7b04443965
commit
d9d4fd7879
31 changed files with 1175 additions and 999 deletions
|
|
@ -8,14 +8,15 @@
|
|||
{% block content %}
|
||||
|
||||
<div id="content-main">
|
||||
<h1>Liste des modules</h1>
|
||||
<table>
|
||||
{% for m in object_list %}
|
||||
<tr><th>{{m.code}}</th><td><a href=" {% url 'module-detail' m.id %}">{{m.nom}}</a></td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
|
||||
<h1>Liste des modules</h1>
|
||||
<table>
|
||||
{% for m in object_list %}
|
||||
<tr>
|
||||
<th>{{m.code}}</th>
|
||||
<td><a href=" {% url 'module-detail' m.id %}">{{m.nom}}</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue