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
Branches
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<div class="paginator"> <div class="paginator">
{% if info.page.current_page > 1 %} {% 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 %} {% endif %}
{% for i in range(5) %} {% for i in range(5) %}
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{% if p.comments %}{{ '\n' + p.comments|tcomments }}{% endif %}</pre> {% if p.comments %}{{ '\n' + p.comments|tcomments }}{% endif %}</pre>
{% endfor %} {% endfor %}
<pre>------------------------------------------------------------------------</pre> <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) %} {% for i in range(5) %}
{% set np = info.page.current_page - 5 + i %} {% 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