diff options
author | 2021-06-28 13:52:03 +0200 | |
---|---|---|
committer | 2021-06-28 13:52:03 +0200 | |
commit | cf19aaf0dff29867dbeb15e48135d1e18c9be1f5 (patch) | |
tree | 791dbc4d75ad1505fd7d5ffbe5ef9ffe51092bd5 | |
parent | put version in binary properly (#73) (diff) | |
download | gotosocial-cf19aaf0dff29867dbeb15e48135d1e18c9be1f5.tar.xz |
Fix 404 contact (#74)
* Fix a little bug in the contact href on 404
-rw-r--r-- | web/template/404.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/404.tmpl b/web/template/404.tmpl index 49582e6dd..633ed65cf 100644 --- a/web/template/404.tmpl +++ b/web/template/404.tmpl @@ -5,7 +5,7 @@ </aside> <section> <h1>404: Page Not Found</h1> - If you believe this was an error, you can <a href="/{{.instance.ContactAccount}}">contact an admin</a> + If you believe this was an error, you can <a href="{{.instance.ContactAccount.URL}}">contact an admin</a> </section> {{ template "footer.tmpl" .}}
\ No newline at end of file |