diff --git a/themes/danbooru/user.theme.php b/themes/danbooru/user.theme.php index d1bd459a..15f62894 100644 --- a/themes/danbooru/user.theme.php +++ b/themes/danbooru/user.theme.php @@ -52,6 +52,8 @@ class CustomUserPageTheme extends UserPageTheme { $tfe = new TextFormattingEvent($tac); send_event($tfe); $tac = $tfe->formatted; + + $reca = "".captcha_get_html().""; if(empty($tac)) {$html = "";} else {$html = "

$tac

";} @@ -63,6 +65,7 @@ class CustomUserPageTheme extends UserPageTheme { Password Repeat Password Email (Optional) + $reca;