From 522f4a9573db3443b6fdba095a97daf7755bbaf3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 13 Sep 2007 18:38:43 -0400 Subject: Adds a empty.tmpl file that shows up when a list contains 0 items. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f6f1e5d..8a59123 100644 --- a/setup.py +++ b/setup.py @@ -119,6 +119,7 @@ if __name__ == "__main__": # FIXME: other templates to add as they are created. # slurp in whole directory? + (wwwtmpl, ['webui_templates/empty.tmpl']), (wwwtmpl, ['webui_templates/distro_list.tmpl']), (wwwtmpl, ['webui_templates/distro_edit.tmpl']), (wwwtmpl, ['webui_templates/profile_list.tmpl']), -- cgit