diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-19 19:23:09 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-21 14:08:34 -0400 |
| commit | 9c7651e85975572a7c2afc30106e25ff4be9e2ef (patch) | |
| tree | 43e03535a98b634e2a16cfb34ea68bdfcfa1fc87 /jakob/dynamic/capabilities/comment-form.scm | |
| parent | 6b6bd281673554ee44707293535edfad5a9919c1 (diff) | |
[dynamic] Implement Gotify notifications for comments and RSVPs
Diffstat (limited to 'jakob/dynamic/capabilities/comment-form.scm')
| -rw-r--r-- | jakob/dynamic/capabilities/comment-form.scm | 4 |
1 files changed, 1 insertions, 3 deletions
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))) |