Skip to content
Snippets Groups Projects
Commit 28f6d09c authored by John Xina's avatar John Xina
Browse files

fix broken link due to bad href

parent f2d6ec31
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
<div class="paginator">
{% if info.page.current_page > 1 %}
<a href="/p/{{ info.thread.tid }}&ao={{ao}}">首页</a>
<a href="/p/{{ info.thread.tid }}?ao={{ao}}">首页</a>
{% endif %}
{% for i in range(5) %}
......
......@@ -21,7 +21,7 @@
{% if p.comments %}{{ '\n' + p.comments|tcomments }}{% endif %}</pre>
{% endfor %}
<pre>------------------------------------------------------------------------</pre>
<a href="/p/{{ info.thread.tid }}&ao={{ao}}">首页</a> |
<a href="/p/{{ info.thread.tid }}?ao={{ao}}">首页</a> |
{% for i in range(5) %}
{% set np = info.page.current_page - 5 + i %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment