fix typo
This commit is contained in:
@@ -75,14 +75,14 @@
|
|||||||
<ul class="pager">
|
<ul class="pager">
|
||||||
{% if paging_info.previous_page %}
|
{% if paging_info.previous_page %}
|
||||||
<li class="previous">
|
<li class="previous">
|
||||||
<a href="/contest/{{ contest.id }}/rank/?paging=true&page={{ paging_info.previous_page }}&page_size={{ paging_info.page_size }}&auto_refresh={% if auto_refresh %}true{% endif %}">
|
<a href="/contest/{{ contest.id }}/rank/?paging=true&page={{ paging_info.previous_page }}&page_size={{ paging_info.page_size }}&auto_refresh={% if auto_refresh %}true{% else %}false{% endif %}">
|
||||||
|
|
||||||
<span aria-hidden="true">←</span> 上一页
|
<span aria-hidden="true">←</span> 上一页
|
||||||
</a></li>
|
</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if paging_info.next_page %}
|
{% if paging_info.next_page %}
|
||||||
<li class="next">
|
<li class="next">
|
||||||
<a href="/contest/{{ contest.id }}/rank/?paging=true&page={{ paging_info.next_page }}&page_size={{ paging_info.page_size }}&auto_refresh={% if auto_refresh %}true{% endif %}">
|
<a href="/contest/{{ contest.id }}/rank/?paging=true&page={{ paging_info.next_page }}&page_size={{ paging_info.page_size }}&auto_refresh={% if auto_refresh %}true{% else %}false{% endif %}">
|
||||||
下一页 <span aria-hidden="true">→</span>
|
下一页 <span aria-hidden="true">→</span>
|
||||||
</a></li>
|
</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
<h2 class="text-center">开源</h2>
|
<h2 class="text-center">开源</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="#" target="_blank">代码</a> <a href="#" target="_blank">文档</a>
|
<a href="https://github.com/QingdaoU/OnlineJudge" target="_blank">代码</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 class="text-center">开发人员</h2>
|
<h2 class="text-center">开发人员</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user