Fix path to signatures

This commit is contained in:
patrick 2025-02-16 05:57:58 +00:00
parent a8d4e5f2df
commit be475e6dce

View File

@ -196,7 +196,7 @@ else
echo '<tr><td>';
if ($all_complete == true){
echo "<a href=\"/content/register_participants_signature.php\">";
echo "<a href='register_participants_signature.php'>";
echo i18n("$participationform");
echo '</a>';
}