aboutsummaryrefslogtreecommitdiff
path: root/views/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/403.html')
-rw-r--r--views/403.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/403.html b/views/403.html
index 13d3cea..21ee188 100644
--- a/views/403.html
+++ b/views/403.html
@@ -1,7 +1,7 @@
<div class="box2">
- <h1>403</h1>
-
- <p>
- Click <a href="/">here</a> to return to the index.
- </p>
+ <h1>403</h1>
+ <p>{{ .message }}</p>
+ <p>
+ Click <a href="/">here</a> to return to the index.
+ </p>
</div>