From babbe137e4eaf1454f3cafaa752bb9367992ae21 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Wed, 4 Oct 2023 19:26:48 +0200 Subject: [PATCH] Fehler in participant.html behoben, bei dem auf {{ .ID }} statt {{ . }} zugegriffen wurde --- templates/index.html | 2 +- templates/participant.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index e63adc4..b78607d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,7 +50,7 @@ - diff --git a/templates/participant.html b/templates/participant.html index 19ea9c5..382f2af 100644 --- a/templates/participant.html +++ b/templates/participant.html @@ -1,12 +1,12 @@ {{ define "participant" }} -
- - +
+ + - - + + - - + +
{{ end }}