From b98bb29b5646a1bd1fa68baf39aa22ef20c90781 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Apr 2017 20:14:43 +0200 Subject: Use root page derived template (not contact page and not page directly), and thanks page thereof. --- index.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.cgi b/index.cgi index bd79eef..74a8cb3 100755 --- a/index.cgi +++ b/index.cgi @@ -5,9 +5,9 @@ use CGI::FormBuilder; my $build_path = '../build'; # TODO: check if protocol-agnostic URL works -my $webroot = 'https://form.omni-presence.dk/contact/'; -my $req_path = $build_path . '/html/contact/index.html'; -my $ack_path = $build_path . '/html/contact/thanks/index.html'; +my $webroot = 'https://form.omni-presence.dk/'; +my $req_path = $build_path . '/html/index.tmpl'; +my $ack_path = $build_path . '/html/thanks/index.html'; my $webmaster = 'webmaster@omni-presence.dk'; my $frontdesk = 'info@omni-presence.dk'; -- cgit v1.2.3