diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cgi/debian/build.html | 1 | ||||
-rw-r--r-- | templates/cgi/debian/form.html | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/templates/cgi/debian/build.html b/templates/cgi/debian/build.html index 01de1ae1e..166ac3301 100644 --- a/templates/cgi/debian/build.html +++ b/templates/cgi/debian/build.html @@ -22,7 +22,6 @@ <table> <tr><td>--architectures: </td><td>LB_ARCHITECTURES</td></tr> - <tr><td>--bootstrap-flavour: </td><td>LB_BOOTSTRAP_FLAVOUR</td></tr> <tr><td>--archive-areas: </td><td>LB_ARCHIVE_AREAS</td></tr> </table> diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 9912f4e52..5cf1cb8c2 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -83,15 +83,6 @@ <!-- LIVE_DISTRIBUTION --> <!-- LIVE_DISTRIBUTION_CONFIG --> <tr> - <td><label for="Bootstrap_Flavour">--bootstrap-flavour:</label> </td> - <td> - <select id="Bootstrap_Flavour" name="bootstrap_flavour" size="1"> - <option value="minimal">minimal</option> - <option selected value="standard">standard</option> - </select> - </td> - </tr> - <tr> <td><label for="Archive_Areas">--archive-areas:</label> </td> <td><input id="Archive_Areas" name="archive_areas" maxlength="128" size="50" type="text" value="main" readonly /></td> </tr> |