From 6a6134c7d44c8f219b8d64188f869cd38f45d235 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Thu, 24 Dec 2020 18:38:14 +0100 Subject: [PATCH] Rinominata prova con gara nel ruolo partecipante --- templates/participants_show.html.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/participants_show.html.tpl b/templates/participants_show.html.tpl index 5e378354..ee555be4 100644 --- a/templates/participants_show.html.tpl +++ b/templates/participants_show.html.tpl @@ -90,7 +90,7 @@ {{if $isParticipant}}
-

Prove del partecipante

+

Gare a cui il partecipante รจ iscritto

{{range $response := .Data.Responses}}
@@ -98,7 +98,7 @@

{{$response.Contest.Description|markdown|html}}

- Apri la prova + Vai ai dettagli della gara
{{end}}