forked from 42CTF/website
removed pagination on network scoreboard
This commit is contained in:
parent
8a2cc6f3ae
commit
d21915405e
|
@ -24,25 +24,6 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="pagination">
|
||||
<span class="step-links">
|
||||
{% if scores.has_previous %}
|
||||
<a href="?page=1">« {% trans "First" %}</a>
|
||||
<a href="?page={{ scores.previous_page_number }}">{% trans "Previous" %}</a>
|
||||
{% endif %}
|
||||
|
||||
<span class="current">
|
||||
{% trans "Page "%} {{ scores.number }} / {{ scores.paginator.num_pages }}.
|
||||
</span>
|
||||
|
||||
{% if scores.has_next %}
|
||||
<a href="?page={{ scores.next_page_number }}">{% trans "Next" %}</a>
|
||||
<a href="?page={{ scores.paginator.num_pages }}">{% trans "Last" %}»</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue