summaryrefslogtreecommitdiffstats
path: root/webui_templates/distro_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-13 17:58:55 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-13 17:58:55 -0500
commit18c1a0337b325d8ccd725d59456d1dfbb439d057 (patch)
treeabd1e88b2a9c85d098955818b9c4f5d5215065e8 /webui_templates/distro_edit.tmpl
parentd22183553701849dac42fa0a5cc5d677dded3953 (diff)
downloadthird_party-cobbler-18c1a0337b325d8ccd725d59456d1dfbb439d057.tar.gz
third_party-cobbler-18c1a0337b325d8ccd725d59456d1dfbb439d057.tar.xz
third_party-cobbler-18c1a0337b325d8ccd725d59456d1dfbb439d057.zip
Make new distro form submit properly
Diffstat (limited to 'webui_templates/distro_edit.tmpl')
-rw-r--r--webui_templates/distro_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index 167f8cb..4729816 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -21,13 +21,13 @@ function disablename(value)
#if $distro
<legend>Editing Distro</legend>
- <input type="hidden" name="mode" value="distro_save">
<input type="hidden" name="new_or_edit" value="edit"/>
<input type="hidden" name="oldname" value="$distro.name"/>
#else
<legend>Adding a Distro</legend>
<input type="hidden" name="new_or_edit" value="new"/>
#end if
+ <input type="hidden" name="mode" value="distro_save">
<table border=0>