added public list of club`s points
This commit is contained in:
parent
1009e35d17
commit
4d8f091715
@ -80,7 +80,9 @@ def purchasePlaces():
|
|||||||
competitions=competitions, now=now)
|
competitions=competitions, now=now)
|
||||||
|
|
||||||
# TODO: Add route for points display
|
# TODO: Add route for points display
|
||||||
|
@app.route('/points')
|
||||||
|
def displayPoints():
|
||||||
|
return render_template('points.html', clubs=clubs)
|
||||||
|
|
||||||
@app.route('/logout')
|
@app.route('/logout')
|
||||||
def logout():
|
def logout():
|
||||||
|
@ -22,5 +22,6 @@
|
|||||||
<input type="email" name="email" id=""/>
|
<input type="email" name="email" id=""/>
|
||||||
<button type="submit">Enter</button>
|
<button type="submit">Enter</button>
|
||||||
</form>
|
</form>
|
||||||
|
<a href="{{ url_for('displayPoints') }}">Board of points</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user