gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf19aaf0dff29867dbeb15e48135d1e18c9be1f5
parent 4f3b3f5c0b00b8c47c7e7d8e6c2dda624e114cde
Author: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>
Date:   Mon, 28 Jun 2021 13:52:03 +0200

Fix 404 contact (#74)

* Fix a little bug in the contact href on 404
Diffstat:
Mweb/template/404.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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