From 2e4cb0164f1d84d77c5f7907cb1bb79fce74bb50 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Mon, 4 Jan 2021 11:19:41 +0100 Subject: [PATCH] Fix typo in show_error template --- templates/layout/show_error.html.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout/show_error.html.tpl b/templates/layout/show_error.html.tpl index 0fcbc978..96a5289a 100644 --- a/templates/layout/show_error.html.tpl +++ b/templates/layout/show_error.html.tpl @@ -6,7 +6,7 @@ {{.data}} {{if and .data.Referer (not .options.noReferer)}} - Clicca {{.dat0a.Referer|alertLink "qui"}} per tornare all'azione precedente. + Clicca {{.data.Referer|alertLink "qui"}} per tornare all'azione precedente. {{end}}