summaryrefslogtreecommitdiffstats
path: root/webui_templates/distro_list.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 11:46:38 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 11:46:38 -0500
commit762de2e043b967bdf0bdc1be8189ab21b055a808 (patch)
tree38d29d16c66bcc5ae7a8c65b21725b8fa2a11a88 /webui_templates/distro_list.tmpl
parent58cae26af9b3a868041b52fc0dde6047faff73a3 (diff)
downloadthird_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.tar.gz
third_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.tar.xz
third_party-cobbler-762de2e043b967bdf0bdc1be8189ab21b055a808.zip
mod_python version of webui now operational at http://server/cobbler/web with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
Diffstat (limited to 'webui_templates/distro_list.tmpl')
-rw-r--r--webui_templates/distro_list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/distro_list.tmpl b/webui_templates/distro_list.tmpl
index db9897f..4fabd48 100644
--- a/webui_templates/distro_list.tmpl
+++ b/webui_templates/distro_list.tmpl
@@ -30,7 +30,7 @@
<tr class="$tr_class">
<td>
- <a href="$base_url/distro_edit?name=$distro.name">$distro.name</a>
+ <a href="$base_url?mode=distro_edit&name=$distro.name">$distro.name</a>
</td>
<td>$distro.breed</td>
<td>$distro.arch</td>