diff options
Diffstat (limited to 'templates/cgi/debian-official')
-rw-r--r-- | templates/cgi/debian-official/footer.html | 2 | ||||
-rw-r--r-- | templates/cgi/debian-official/form.html | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/templates/cgi/debian-official/footer.html b/templates/cgi/debian-official/footer.html index 6e2648a..6c2ce27 100644 --- a/templates/cgi/debian-official/footer.html +++ b/templates/cgi/debian-official/footer.html @@ -1,6 +1,6 @@ <div id="footer"> <br /> - <h2 id="subtitle">Debian Live Project <a href="mailto:debian-live@lists.debian.org"><debian-live@lists.debian.org></a> — <a href="http://live.debian.net/legal.html">Legal information</a></h2> + <h2 id="subtitle">Debian Live Project <a href="mailto:debian-live@lists.debian.org"><debian-live@lists.debian.org></a> — <a href="http://live.debian.net/devel/live-build">live-build</a>, version VERSION — <a href="http://live.debian.net/legal.html">Legal information</a></h2> <br /> </div> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index c54a4a4..e8b6ac0 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -65,10 +65,6 @@ <option value="rescue">rescue</option> <option selected value="standard">standard</option> <option value="standard-x11">standard-x11</option> - <option value="studio">studio</option> - <option value="studio-gnome">studio-gnome</option> - <option value="studio-kde">studio-kde</option> - <option value="studio-xfce">studio-xfce</option> <option value="xfce">xfce</option> <option value="xfce-junior">xfce-junior</option> </select> @@ -331,6 +327,5 @@ <input type="submit" value="Submit" /> -Version: VERSION </form> |