summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-02 16:32:26 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-02 16:32:26 -0400
commit511d6fc9976bd10344c920a4f03ba57da70527d9 (patch)
tree4af153653e94f663c4f49cbf5a55dcb322057b61 /setup.py
parent8eff9bca139d66f86391362a28abdc07966817a3 (diff)
downloadthird_party-cobbler-511d6fc9976bd10344c920a4f03ba57da70527d9.tar.gz
third_party-cobbler-511d6fc9976bd10344c920a4f03ba57da70527d9.tar.xz
third_party-cobbler-511d6fc9976bd10344c920a4f03ba57da70527d9.zip
Make changes in order to assure that users not in users.conf can still read
web content if cleared past the authentication layer. Also make changes to the kickstart editor to indicate to users when they don't have permission to edit kickstarts -- and to show possible causes.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3285b2f..51ffe80 100644
--- a/setup.py
+++ b/setup.py
@@ -159,7 +159,6 @@ if __name__ == "__main__":
# Web UI kickstart file editing
(wwwtmpl, ['webui_templates/ksfile_edit.tmpl']),
(wwwtmpl, ['webui_templates/ksfile_list.tmpl']),
- (wwwtmpl, ['webui_templates/ksfile_view.tmpl']),
# Web UI support files
(wwwgfx, ['docs/wui.html']),