Skip to content
Extraits de code Groupes Projets
Valider b724b152 rédigé par Quentin BASTIEN's avatar Quentin BASTIEN
Parcourir les fichiers

Update eleve.html

parent 5f428d43
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -12,15 +12,16 @@
<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}" />
<body>
{% if latest_rapport_list %}
<span>
<div class="left-menu">
<h1 class="title-menu">Menu :</h1>
<ul class="ul-left-menu">
<li> </li>
{% for rapport in latest_rapport_list %}
<li><a href="/polls/{{ rapport.url }}">{{ rapport.url }}</a></li>
{% endfor %}
<li><a href="/polls/visualisation.html">Voir les rapports</a></li>
<li><a href="/polls/report.html">Création de rapports</a></li>
<li><a href="/polls/gestiongroupe.html">Gestion du groupe</a></li>
<li><a href="/polls/gestionperso.html">Gestion perso</a></li>
</ul>
</div>
<div class="right-student-block">
......@@ -64,7 +65,4 @@
Sed et volutpat erat. </p>
</div>
</span>
{% else %}
<p>Pas de rapport disponible</p>
{% endif %}
</body>
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter