diff --git a/src/templates/404.html b/src/templates/404.html index 5fdf311..ca774f8 100644 --- a/src/templates/404.html +++ b/src/templates/404.html @@ -6,5 +6,9 @@

Oopsy poopsy...

Page not found! 404

+
{% endblock %} \ No newline at end of file diff --git a/src/views/scoreboard.py b/src/views/scoreboard.py index 8f62e65..9fb4d33 100644 --- a/src/views/scoreboard.py +++ b/src/views/scoreboard.py @@ -92,7 +92,6 @@ def index(): offset = page_no * results_per_page available_pages = math.floor((len(results) - offset) / results_per_page) - # Compute the available pages to the left pages_left = min(page_no, max_pages) # Compute the available pages to the right