Commit 373e4177 authored by guanghongwei's avatar guanghongwei

--broken encoding: IBM420_ltr

parent 3903eedc
...@@ -150,9 +150,9 @@ ...@@ -150,9 +150,9 @@
{% endif %} {% endif %}
{% for page in p2.page_range %} {% for page in p2.page_range %}
{% ifequal offset1 page %} {% 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 %} {% 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 %} {% endifequal %}
{% endfor %} {% endfor %}
{% if contacts2.has_next %} {% if contacts2.has_next %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment