Fix a little bug in the contact href

This commit is contained in:
tsmethurst 2021-06-28 12:21:14 +02:00
commit 5969143a55

View file

@ -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" .}}