2020-11-12 14:33:01 -05:00
|
|
|
{{ define "generic_error" }}
|
2020-09-17 17:36:39 -04:00
|
|
|
{{ template "header" .}}
|
2020-11-12 14:33:01 -05:00
|
|
|
<p>Unable to {{.Action}} due to the following error:</p>
|
|
|
|
<p>{{.Error}}</p>
|
|
|
|
<p>Please try again or let the admin know.</p>
|
|
|
|
<p><a href="/">Return to homepage</a></p>
|
2020-09-17 17:36:39 -04:00
|
|
|
{{template "footer" .}}
|
|
|
|
{{ end }}
|