summaryrefslogtreecommitdiffstats
path: root/webui_templates/ksfile_list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/ksfile_list.tmpl')
-rw-r--r--webui_templates/ksfile_list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui_templates/ksfile_list.tmpl b/webui_templates/ksfile_list.tmpl
index 2675d71..292fcf9 100644
--- a/webui_templates/ksfile_list.tmpl
+++ b/webui_templates/ksfile_list.tmpl
@@ -22,9 +22,9 @@
<tr class="$tr_class">
<td>$ksfile</td>
#if $ksfile.startswith("/var/lib/cobbler/kickstarts")
- <td><a href="/ksfile_edit?name=$ksfile">edit</a></td>
+ <td><a href="$base_url/ksfile_edit?name=$ksfile">edit</a></td>
#else if $ksfile.startswith("/etc/cobbler")
- <td><a href="/ksfile_edit?name=$ksfile">edit</a></td>
+ <td><a href="$base_url/ksfile_edit?name=$ksfile">edit</a></td>
#else if $ksfile.startswith("http://")
<td><a href="$ksfile">view</A></td>
#else