From 54f27bb821a39868a7dd79acbf22bb0c05bfb9bd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 31 Oct 2007 16:20:39 -0400 Subject: Pagination WUI code is now shared between the templates. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6a8ef22..02e566c 100644 --- a/setup.py +++ b/setup.py @@ -145,6 +145,7 @@ if __name__ == "__main__": (wwwtmpl, ['webui_templates/repo_edit.tmpl']), # Web UI common templates + (wwwtmpl, ['webui_templates/paginate.tmpl']), (wwwtmpl, ['webui_templates/message.tmpl']), (wwwtmpl, ['webui_templates/error_page.tmpl']), (wwwtmpl, ['webui_templates/master.tmpl']), -- cgit