fix liens liste

php
Gwenael PLANCHON 1 year ago
parent 93f0bedbe4
commit 0c50c491b0

@ -19,7 +19,7 @@
<br><br><br><br>
<center>
<a href="../ajouterScientifiques">Ajouter un(e) scientifique</a>
<a href="ajouterScientifiques">Ajouter un(e) scientifique</a>
{% for scientifique in dVue.listeScientifiques %}
<div>
<h2>{{ scientifique.getNom() }} {{ scientifique.getPrenom() }}</h2>
@ -27,7 +27,7 @@
<p>Né(e) le {{ scientifique.getDateNess() }}</p>
<p>Thematique : {{ scientifique.getThematique() }}</p>
<p>Difficulté à trouver : {{ scientifique.getDifficulte() }}</p>
<a href='../ajouterScientifiques?id={{scientifique.getId()}}'>Modifier</a>
<a href='ajouterScientifiques?id={{scientifique.getId()}}'>Modifier</a>
</div>
<br>
<br>

Loading…
Cancel
Save