# HG changeset patch # User cavaliet # Date 1342802157 -7200 # Node ID 2313f1a9e62baa6a49aca96b69fee727611267f6 # Parent 08ff9a600163b665af128b58b55126645d8f0dd3 remove useless code. diff -r 08ff9a600163 -r 2313f1a9e62b src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html Fri Jul 20 18:27:59 2012 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/publishedprojectslist.html Fri Jul 20 18:35:57 2012 +0200 @@ -3,18 +3,6 @@ {% load front_tags %} {% if nb_pj_pages %} - {% comment %}

- {% if 0 < current_project_page %}<<  {% endif %} - {% for i in nb_pj_pages|get_range %} - {% if i == current_project_page %} - {{i|add:'1'}} - {% else %} - {{i|add:'1'}} - {% endif %} -    - {% endfor %} - {% if current_project_page|add:'1' < nb_pj_pages %}>>{% endif %} -

{% endcomment %} {% load navigation %}{% build_pagination nb_pj_pages current_project_page "projects_page clickable" %} {% endif %}