From 83de1f5c1fd2304660de5a947f9aa643182856bf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 6 Jun 2023 20:49:56 +0100 Subject: [PATCH] Add quiz question to new registrations --- bcp5-registry.pl | 3 ++- template.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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:@@@ -- 2.30.2