add template to update and delete event

This commit is contained in:
soukainna
2023-02-01 09:55:18 +01:00
parent 3345eb1560
commit 79aff42228
7 changed files with 372 additions and 4 deletions

View File

@@ -50,6 +50,7 @@
</tr>
<tbody class="divide-y divide-gray-200 bg-white">
{{range .ViewState.events}}
{{if eq .Deleted false}}
<a href="/app/agenda/{{.ID}}">
<tr>
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
@@ -99,6 +100,7 @@
</tr>
</a>
{{end}}
{{end}}
</tbody>
</thead>
</table>