aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2008-01-30 18:46:29 +0000
committermatthew <matthew>2008-01-30 18:46:29 +0000
commit468ef73c5c9b7746eb5eaa67565ef520c1ddd1e0 (patch)
tree10c821bb7e2621fde3fb667a28f9382ec77fbda6
parenta72b0e5ac51da6403f954bab3db9107ea0a9d099 (diff)
If skip map, put x/y co-ordinates in the form if we have them.
-rwxr-xr-xweb/index.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 94e989501..7240d67e3 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: index.cgi,v 1.176 2008-01-28 17:31:29 matthew Exp $
+# $Id: index.cgi,v 1.177 2008-01-30 18:46:29 matthew Exp $
use strict;
use Standard;
@@ -446,6 +446,8 @@ sub display_form {
$out .= <<EOF;
<form action="./" method="post">
<input type="hidden" name="pc" value="$input_h{pc}">
+<input type="hidden" name="x" value="$input_h{x}">
+<input type="hidden" name="y" value="$input_h{y}">
<input type="hidden" name="skipped" value="1">
<h1>Reporting a problem</h1>
<ul>