From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- templates/paginator.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 templates/paginator.html (limited to 'templates/paginator.html') diff --git a/templates/paginator.html b/templates/paginator.html deleted file mode 100644 index 2fba5425..00000000 --- a/templates/paginator.html +++ /dev/null @@ -1,38 +0,0 @@ - -{% spaceless %} -{% load i18n %} -{% if is_paginated %} -
-{% if has_previous %} -« {% trans "previous" %}{% endif %} -{% if not in_leading_range %} - {% for num in pages_outside_trailing_range %} - {{ num }} - {% endfor %} - ... -{% endif %} - -{% for num in page_numbers %} - {% ifequal num page %} - {% ifequal pages 1 %} - {% else %} - {{ num }} - {% endifequal %} - {% else %} - {{ num }} - {% endifequal %} -{% endfor %} - -{% if not in_trailing_range %} - ... - {% for num in pages_outside_leading_range reversed %} - {{ num }} - {% endfor %} -{% endif %} - -{% if has_next %}{% trans "next page" %} »{% endif %} -
-{% endif %} - -{% endspaceless %} - -- cgit v1.2.3-1-g7c22