diff options
author | FChannel <> | 2022-04-30 22:17:32 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 503a6637b8294aeb8e5e5546f8acbd2b3d6c4744 (patch) | |
tree | 56614d955df0d3e7284baa997bbf1a8dcc2e78f5 /views/403.html | |
parent | 1892327cee2c3fa1d3bea729bd08eb63c2189a96 (diff) |
first steps in posting connected. can make reply with no quote or quote OP
do not recommend working on this branch for the time being since
things are being moved around a lot
Diffstat (limited to 'views/403.html')
-rw-r--r-- | views/403.html | 10 |
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> |