Fix typo in show_error template
This commit is contained in:
parent
788a886733
commit
2e4cb0164f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
</h4>
|
||||
{{.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}}
|
||||
</div>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue