working on edit form

This commit is contained in:
2026-03-22 21:01:54 +01:00
parent 7594d179a8
commit 65fa420306
9 changed files with 174 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
<th>@pointOfInterest.Id</th>
<td>@pointOfInterest.Name</td>
<td>
<a class="btn btn-primary" href="@($"/pointofinterest/{pointOfInterest.Id}")">Détails</a>
<a class="btn btn-primary" href="@($"/city/{City.Id}/pointofinterest/{pointOfInterest.Id}")">Détails</a>
</td>
</tr>
}