oef/templates/error_contest_has_zero_questions.html.tpl

5 lines
184 B
Smarty
Raw Normal View History

2020-01-27 11:43:56 +01:00
{{ define "content" }}
2020-01-28 15:04:28 +01:00
{{$options := `title: "Errore nella creazione/aggiornamento di un partecipante"`}}
{{template "show_error" dict "options" ($options|yaml) "data" .Data}}
2020-01-28 14:36:31 +01:00
{{end}}