diff options
-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 |