aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorFChannel <>2022-05-22 19:23:40 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commitfbc0e5e5f910ea64b6b18be1a354817c195a6f04 (patch)
treeda6638be4cce90eb6ff35882ab5d13c8bc20aec5 /views
parent72db74e35577ae857023791ec6cb287b26748727 (diff)
first pass on reporting working - will improve its usability more
Diffstat (limited to 'views')
-rw-r--r--views/404.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/404.html b/views/404.html
index 4be77e5..5af153e 100644
--- a/views/404.html
+++ b/views/404.html
@@ -1,7 +1,7 @@
<div class="box2">
- <h1>404</h1>
-
- <p>
- Click <a href="/">here</a> to return to the index.
- </p>
+ <h1>404</h1>
+ <p>{{ .message }}</p>
+ <p>
+ Click <a href="/">here</a> to return to the index.
+ </p>
</div>