oef/templates/error_contest_has_zero_questions.html.tpl

7 lines
182 B
Smarty
Raw Normal View History

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