mirror of
https://0xacab.org/johnxina/rat.git
synced 2024-12-23 13:09:08 +00:00
fix broken link due to bad href
This commit is contained in:
parent
f2d6ec3169
commit
28f6d09cbd
@ -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 @@
|
|||||||
{% 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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user