summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Bishochiparaa <59904064+KyoSakuyo@users.noreply.github.com>2024-04-14 15:31:45 +0800
committerLibravatar GitHub <noreply@github.com>2024-04-14 09:31:45 +0200
commitfdd23cb9eddc23edaf2cabe40832c4e3a07782f5 (patch)
treee29de15244529cfbc1251df45271c7c959c69b1a
parent[feature] Admin accounts endpoints; approve/reject sign-ups (#2826) (diff)
downloadgotosocial-fdd23cb9eddc23edaf2cabe40832c4e3a07782f5.tar.xz
[chore] Delete the unnecessary #, because this # lead to the wrong URL (#2830)
-rw-r--r--web/template/index_what_is_this.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/index_what_is_this.tmpl b/web/template/index_what_is_this.tmpl
index 687e33cff..139a5bd12 100644
--- a/web/template/index_what_is_this.tmpl
+++ b/web/template/index_what_is_this.tmpl
@@ -54,7 +54,7 @@
<li><a href="https://fedidb.org/network" rel="nofollow noreferrer noopener" target="_blank">FediDB (opens in a new tab)</a></li>
</ul>
{{- if .instance.Registrations }}
- <p>Or, just <a href="#signup">register for an account on this instance</a>!</p>
+ <p>Or, just <a href="signup">register for an account on this instance</a>!</p>
{{- end }}
</div>
</section>