summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-12 19:08:35 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-12 19:08:35 -0400
commitca35374f0faa564514c937430ee7deb1a3ffc01a (patch)
tree1b8582b064234a447352290e20a03feba2fc392e /setup.py
parentdc9bdafbb989b2eedf5f62e933ba163ed614739f (diff)
downloadthird_party-cobbler-ca35374f0faa564514c937430ee7deb1a3ffc01a.tar.gz
third_party-cobbler-ca35374f0faa564514c937430ee7deb1a3ffc01a.tar.xz
third_party-cobbler-ca35374f0faa564514c937430ee7deb1a3ffc01a.zip
Checking in other modifications to templates, setup files, etc.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 814fb35..f6f1e5d 100644
--- a/setup.py
+++ b/setup.py
@@ -118,7 +118,9 @@ if __name__ == "__main__":
# Web UI templates for object viewing & modification
# FIXME: other templates to add as they are created.
# slurp in whole directory?
+
(wwwtmpl, ['webui_templates/distro_list.tmpl']),
+ (wwwtmpl, ['webui_templates/distro_edit.tmpl']),
(wwwtmpl, ['webui_templates/profile_list.tmpl']),
(wwwtmpl, ['webui_templates/profile_edit.tmpl']),
(wwwtmpl, ['webui_templates/system_list.tmpl']),