diff options
author | Richard Nelson <unixabg@gmail.com> | 2013-03-25 16:43:18 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:28 +0200 |
commit | a979cdf16353c0fe10b6a99c39206e6595c9fefa (patch) | |
tree | afbd0666fc928220b101dc836d155e9a26fd8bcd /templates/cgi | |
parent | b37b97b5b61e54d1a376da96004fcf16d2072207 (diff) | |
download | vyos-live-build-a979cdf16353c0fe10b6a99c39206e6595c9fefa.tar.gz vyos-live-build-a979cdf16353c0fe10b6a99c39206e6595c9fefa.zip |
Converting l-b-cgi frontend to process forms with post.
Diffstat (limited to 'templates/cgi')
-rw-r--r-- | templates/cgi/debian/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 45f981982..b79816205 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -1,7 +1,7 @@ <h3>Submit your parameters (<b>working</b> email address is required) to generate your very own Debian Live system.</h3> -<form action="live-build" method="get"> +<form action="live-build" method="post"> <fieldset> |