From ca35374f0faa564514c937430ee7deb1a3ffc01a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 12 Sep 2007 19:08:35 -0400 Subject: Checking in other modifications to templates, setup files, etc. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') 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']), -- cgit