summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-17 14:58:05 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-17 14:58:05 -0400
commit43aedaa8cf3cbcb9b1d7d4815e5db3e223dac417 (patch)
tree0975e4e3f8edfeb93c9ac8bee47c743e59e1a778 /setup.py
parent4d391978ad2c5081a8d884c30c4269ca518824a7 (diff)
downloadthird_party-cobbler-43aedaa8cf3cbcb9b1d7d4815e5db3e223dac417.tar.gz
third_party-cobbler-43aedaa8cf3cbcb9b1d7d4815e5db3e223dac417.tar.xz
third_party-cobbler-43aedaa8cf3cbcb9b1d7d4815e5db3e223dac417.zip
Commit Al Tobey's auth patches to the Web UI.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 29981a0..032a206 100644
--- a/setup.py
+++ b/setup.py
@@ -135,6 +135,7 @@ if __name__ == "__main__":
(wwwtmpl, ['webui_templates/master.tmpl']),
(wwwtmpl, ['webui_templates/item.tmpl']),
(wwwtmpl, ['webui_templates/index.tmpl']),
+ (wwwtmpl, ['webui_templates/login.tmpl']),
# Web UI kickstart file editing
(wwwtmpl, ['webui_templates/ksfile_edit.tmpl']),