Monorepo for Tangled tangled.org
763
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/signup: fix HTML notice not being rendered

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
appview/signup/signup.go
··· 332 332 // if we get here, we've successfully created the account and added the email 333 333 success = true 334 334 335 - s.pages.Notice(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now 335 + s.pages.NoticeHTML(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now 336 336 <a class="underline text-black dark:text-white" href="/login">login</a> 337 337 with <code>%s.tngl.sh</code>.`, username)) 338 338