test old competition hasn`t link to book

This commit is contained in:
2025-07-04 15:38:55 +02:00
parent e089e78fc5
commit ada3a5cc76
8 changed files with 116 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<title>Summary | GUDLFT Registration</title>
</head>
<body>
<h2>Welcome, {{club['email']}} </h2><a href="{{url_for('logout')}}">Logout</a>
<h2>Welcome, {{club['email']}}</h2><a href="{{url_for('logout')}}">Logout</a>
{% with messages = get_flashed_messages()%}
{% if messages %}
@@ -15,7 +15,7 @@
{% endfor %}
</ul>
{% endif%}
Points available: {{club['points']}}
<b id="points">Points available: </b><span>{{club['points']}}</span>
<h3>Competitions:</h3>
<ul>
{% for comp in competitions%}
@@ -33,4 +33,4 @@
{%endwith%}
</body>
</html>
</html>