added public list of club`s points

This commit is contained in:
2025-06-26 15:08:51 +02:00
parent 1009e35d17
commit 2dc85f19e7
3 changed files with 22 additions and 1 deletions

View File

@@ -80,7 +80,9 @@ def purchasePlaces():
competitions=competitions, now=now)
# TODO: Add route for points display
@app.route('/points')
def displayPoints():
return render_template('points.html', clubs=clubs)
@app.route('/logout')
def logout():