Fix send response timing
This commit is contained in:
parent
09b1c73bbd
commit
ca86f1281f
1 changed files with 2 additions and 2 deletions
|
@ -47,11 +47,11 @@
|
|||
</dd>
|
||||
<dt class="col-sm-3">Finestra di consegna</dt>
|
||||
<dd class="col-sm-9">
|
||||
{{if not (.Data.Contest.Date|zeroTime)}}
|
||||
{{if not (.Data.StartDate|zeroTime)}}
|
||||
E' possibile consegnare la prova entro il giorno {{.Data.Contest.Date|prettyDate}} fino alle ore {{.Data.EndTime|convertTime}}
|
||||
{{- if not .Data.IsActive -}}<strong> [Termini per la consegna scaduti]</strong>{{- end -}}
|
||||
{{else}}
|
||||
La gara è sempre attiva.
|
||||
E' possibile consegnare la prova di gara in qualunque momento.
|
||||
{{end}}
|
||||
</dd>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue