diff --git a/appview/signup/signup.go b/appview/signup/signup.go
index 3fc0b854..fb52f7a5 100644
--- a/appview/signup/signup.go
+++ b/appview/signup/signup.go
@@ -332,7 +332,7 @@ func (s *Signup) executeSignupTransaction(ctx context.Context, username, passwor
// if we get here, we've successfully created the account and added the email
success = true
- s.pages.Notice(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now
+ s.pages.NoticeHTML(w, "signup-msg", fmt.Sprintf(`Account created successfully. You can now
login
with %s.tngl.sh.`, username))