From be475e6dcee5325b7e561ebb8f7eadc7d78e93ab Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 16 Feb 2025 05:57:58 +0000 Subject: [PATCH] Fix path to signatures --- register_participants_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_participants_main.php b/register_participants_main.php index 4817e1c5..13c8cdac 100644 --- a/register_participants_main.php +++ b/register_participants_main.php @@ -196,7 +196,7 @@ else echo ''; if ($all_complete == true){ - echo ""; + echo ""; echo i18n("$participationform"); echo ''; }