From 9c7651e85975572a7c2afc30106e25ff4be9e2ef Mon Sep 17 00:00:00 2001 From: Jakob L. Kreuze Date: Fri, 19 Jul 2024 19:23:09 -0400 Subject: [dynamic] Implement Gotify notifications for comments and RSVPs --- jakob/dynamic/capabilities/comment-form.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'jakob/dynamic/capabilities/comment-form.scm') diff --git a/jakob/dynamic/capabilities/comment-form.scm b/jakob/dynamic/capabilities/comment-form.scm index f7d0491..12a5f57 100644 --- a/jakob/dynamic/capabilities/comment-form.scm +++ b/jakob/dynamic/capabilities/comment-form.scm @@ -63,9 +63,7 @@ "")))) (input (@ (type "text") (id "captcha") (name "captcha") (size 24)))) (button (@ (id "pow-trigger") (hidden #t)) - "Too hard? (Or unable to see the challenge?)" - (br) - "Click here for an alternative captcha.") + "Too hard? (Or unable to see the challenge?) Click here.") (input (@ (autocomplete "off") (type "text") (id "captcha-id") (name "captcha-id") (hidden #t) (value ,captcha-id))) (input (@ (autocomplete "off") (type "text") (id "captcha-alt") (name "captcha-alt") (hidden #t))) (input (@ (autocomplete "off") (type "text") (id "captcha-alt-id") (name "captcha-alt-id") (hidden #t))) -- cgit v1.3