From: Ian Jackson Date: Tue, 6 Jun 2023 19:49:56 +0000 (+0100) Subject: Add quiz question to new registrations X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;p=bcp5-registry.git Add quiz question to new registrations --- diff --git a/bcp5-registry.pl b/bcp5-registry.pl index 5447771..48047dc 100755 --- a/bcp5-registry.pl +++ b/bcp5-registry.pl @@ -187,7 +187,8 @@ if ($invokestyle eq 'maintain') { exit 0; } elsif (length $in{'register'}) { - + + quiz_check_answer(); lock_database(); read_database(); diff --git a/template.html b/template.html index f70e63e..461b4eb 100644 --- a/template.html +++ b/template.html @@ -377,6 +377,7 @@ Hide email address from public database.
@@@if:registernew|picked@@@ +@@@quiz_question_input@@@ @@@endif:@@@