Skip to content

Commit

Permalink
Fix 404 contact (#74)
Browse files Browse the repository at this point in the history
* Fix a little bug in the contact href on 404
  • Loading branch information
tsmethurst committed Jun 28, 2021
1 parent 4f3b3f5 commit cf19aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/404.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" .}}

0 comments on commit cf19aaf

Please sign in to comment.