From 4bbb82b396fc471ab33f88f2e5d615f76d941aec Mon Sep 17 00:00:00 2001 From: tdc Date: Thu, 14 Mar 2024 09:22:23 +0800 Subject: [PATCH] fix verify captcha template typo --- templates/html/verify_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html/verify_email.html b/templates/html/verify_email.html index 0f05336..96ff545 100644 --- a/templates/html/verify_email.html +++ b/templates/html/verify_email.html @@ -6,7 +6,7 @@

{{ tr "email_verification"}}

{{template "csrf" .csrf_token}} - {{template "hcaptcha" .}} + {{template "captcha" .}}

{{tr "click_to_change_email"}}