diff options
Diffstat (limited to 'templates/admin/error.html')
| -rw-r--r-- | templates/admin/error.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/admin/error.html b/templates/admin/error.html new file mode 100644 index 0000000..36a4a8a --- /dev/null +++ b/templates/admin/error.html @@ -0,0 +1,7 @@ +{{define "error-content"}} + <div class="alert"> + <h2>Error</h2> + <p>{{.Message}}</p> + <p><a href="javascript:history.back()">Go back</a></p> + </div> +{{end}} |
