修改bug

pull/6/head
guanghongwei 2015-01-24 16:29:19 +08:00
parent 3903eedc1a
commit 373e417729
1 changed files with 2 additions and 2 deletions

View File

@ -150,9 +150,9 @@
{% endif %}
{% for page in p2.page_range %}
{% ifequal offset1 page %}
<li class="paginate_button active" aria-controls="editable" tabindex="0"><a href="?page={{ page2 }}" title="绗瑊{ page2 }}椤">{{ page2 }}</a></li>
<li class="paginate_button active" aria-controls="editable" tabindex="0"><a href="?page={{ page }}" title="绗瑊{ page }}椤">{{ page }}</a></li>
{% else %}
<li class="paginate_button" aria-controls="editable" tabindex="0"><a href="?page={{ page2 }}" title="绗瑊{ page2 }}椤">{{ page2 }}</a></li>
<li class="paginate_button" aria-controls="editable" tabindex="0"><a href="?page={{ page }}" title="绗瑊{ page }}椤">{{ page }}</a></li>
{% endifequal %}
{% endfor %}
{% if contacts2.has_next %}