From 7e93b14012d04bc38fb8ef6de221e0af29784f09 Mon Sep 17 00:00:00 2001 From: Software Shinobi Date: Thu, 19 Feb 2026 00:40:17 -0500 Subject: [PATCH] tournament page reskinned --- templates/tournament.html | 273 +++++++++++++++----------------------- 1 file changed, 104 insertions(+), 169 deletions(-) diff --git a/templates/tournament.html b/templates/tournament.html index bed8a96..c978aa0 100644 --- a/templates/tournament.html +++ b/templates/tournament.html @@ -1,177 +1,112 @@ {% load static %} - - + + + Manage Rental Bikes | Robert's Bike Rentals - - - Manage Tournaments / Card Players Unite Admin - - - - + - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - -
- - -

- - Robert's Bike Rentals > Manage Rental Bikes [admin] - -

- -
- - - -
- -

- -Use this page to view our fleet of rental bikes. You can use this page to return bikes that have been rented by customers. - -

- -
- - - - - - - - - - - - - - - - - - - -{% if status_message %} - -

- -{{ status_message }} - -

- -{% endif %} - -{% if latest_question_list %} - -{% for question in latest_question_list %} - - - - - - - - - -{% if question.rented_user_id != 0 %} - - - -{% else %} - - - -{% endif %} - - - - - - - -{% endfor %} - - - -{% else %} - -

No bikes are available.

-{% endif %} - - -
NameDescriptionRental PriceRental User IDActions
{{ question.name }} {{ question.description }} € {{ question.rental_price }} {{ question.rented_user_id }} - - - - - - - - - - - -
-
- - - + + + + + + +
+
+

Manage Rental Bikes [admin]

+
+ +
+
+
+ Bicycle Gears +
+
+
+
+

Fleet Overview

+

Use this administrative dashboard to monitor the status of our rental fleet. You can process returns for bikes currently checked out by customers.

+ {% if status_message %} +
{{ status_message }}
+ {% endif %} +
+
+
+ +
+
+
+ + + + + + + + + + + + {% if latest_question_list %} + {% for question in latest_question_list %} + + + + + + + + {% endfor %} + {% else %} + + + + {% endif %} + +
NameDescriptionRental PriceRenter IDActions
{{ question.name }}{{ question.description }}€ {{ question.rental_price }} + {% if question.rented_user_id != 0 %} + {{ question.rented_user_id }} + {% else %} + Available + {% endif %} + + {% if question.rented_user_id != 0 %} + + Return Bike + + {% else %} + + {% endif %} +
+

No bikes are available.

+
+
+
+
+ +
+ Robert's Bike Rental created by Robert. +
+ Image by jcomp on Freepik. +
+
+ + -