summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-06-28 13:52:03 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-28 13:52:03 +0200
commitcf19aaf0dff29867dbeb15e48135d1e18c9be1f5 (patch)
tree791dbc4d75ad1505fd7d5ffbe5ef9ffe51092bd5
parentput version in binary properly (#73) (diff)
downloadgotosocial-cf19aaf0dff29867dbeb15e48135d1e18c9be1f5.tar.xz
Fix 404 contact (#74)
* Fix a little bug in the contact href on 404
-rw-r--r--web/template/404.tmpl2
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