summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-31 16:20:39 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-31 16:20:39 -0400
commit54f27bb821a39868a7dd79acbf22bb0c05bfb9bd (patch)
tree32ac69f3801e51a01b15876fd02a12de138e2113 /setup.py
parentf187e7b9532ff6ad17091800161b19799f53f9cd (diff)
downloadthird_party-cobbler-54f27bb821a39868a7dd79acbf22bb0c05bfb9bd.tar.gz
third_party-cobbler-54f27bb821a39868a7dd79acbf22bb0c05bfb9bd.tar.xz
third_party-cobbler-54f27bb821a39868a7dd79acbf22bb0c05bfb9bd.zip
Pagination WUI code is now shared between the templates.
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 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']),