summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-05 20:14:43 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-05 20:14:43 +0200
commitb98bb29b5646a1bd1fa68baf39aa22ef20c90781 (patch)
treeba8dbd114b15513317374c276e77e0f4a9913bdd
parentb951f1b2bb1f432cee8bc14956a175c8953999ec (diff)
Use root page derived template (not contact page and not page directly), and thanks page thereof.
-rwxr-xr-xindex.cgi6
1 files 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';