oef/templates/error_school_exists.html.tpl

5 lines
179 B
Smarty
Raw Normal View History

2020-01-27 08:35:37 +01:00
{{ define "content" }}
2020-01-28 15:04:28 +01:00
{{$options := `title: "Errore nella creazione/aggiornamento di una scuola"`}}
{{template "show_error" dict "options" ($options|yaml) "data" .Data}}
2020-01-28 15:04:28 +01:00
{{end}}