Fix out_of_time error message

This commit is contained in:
Andrea Fazzi 2021-01-02 19:04:06 +01:00
parent 406c9acc36
commit 4c5af465cf
4 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,7 @@
{{ define "content" }}
{{$options := `title: "Errore nella gestione della prova di gara"`}}
{{$options := `
title: "Errore nella gestione della prova di gara"
noReferer: true
`}}
{{template "show_error" dict "options" ($options|yaml) "data" .Data}}
{{end}}

View file

@ -30,7 +30,7 @@
{{- if $isSubscriber}}{{$homeURL = "#"}}{{end}}
{{- if $isParticipant}}{{$homeURL = "#"}}{{end}}
{{- if $isSchool}}{{$homeURL = "#"}}{{end -}}
<a class="navbar-brand" href="{{$homeURL}}">
<a class="navbar-brand" {{if $isAdmin}}href="{{$homeURL}}"{{end}}>
<span class="fa fa-landmark"></span>
OEF 2020
</a>

View file

@ -5,8 +5,8 @@
{{.options.title}}
</h4>
{{.data}}
{{if .data.Referer}}
Clicca {{.data.Referer|alertLink "qui"}} per tornare all'azione precedente.
{{if and .data.Referer (not .options.noReferer)}}
Clicca {{.dat0a.Referer|alertLink "qui"}} per tornare all'azione precedente.
{{end}}
</div>
<p>

View file

@ -23,7 +23,7 @@
<dd class="col-sm-9">
{{if not (.Data.Contest.Date|zeroTime)}}
E' possibile visualizzare la prova di gara per la prima volta il giorno {{.Data.Contest.Date|prettyDate}} dalle ore {{.Data.Contest.StartTime|convertTime}} alle ore {{.Data.Contest.EndTime|convertTime}}
{{- if not .Data.IsActive -}}<strong> [La gara è scaduta o non ancora attiva]</strong>{{- end -}}
{{- if not .Data.IsActive -}}<strong> [La gara è scaduta o non è ancora attiva]</strong>{{- end -}}
{{else}}
La gara è sempre attiva.
{{end}}