mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-08 07:58:07 -06:00
Fix a little bug in the contact href
This commit is contained in:
parent
4f3b3f5c0b
commit
5969143a55
1 changed files with 1 additions and 1 deletions
|
|
@ -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" .}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue