diff options
author | Richard Nelson <unixabg@gmail.com> | 2013-03-25 16:43:18 -0500 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | 153a796b31385f118c51d7722f64c2bbf443cd5a (patch) | |
tree | 6759028068dc1f4d31864180810897cdd16c6a65 /templates | |
parent | ff6a7fd628a0f970881ba5c620ba4270957baf7d (diff) | |
download | vyos-live-build-153a796b31385f118c51d7722f64c2bbf443cd5a.tar.gz vyos-live-build-153a796b31385f118c51d7722f64c2bbf443cd5a.zip |
Converting l-b-cgi frontend to process forms with post.
Diffstat (limited to 'templates')
-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 1a2a9026e..e8c934859 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 live system.</h3> -<form action="live-build" method="get"> +<form action="live-build" method="post"> <fieldset> |