test on 12, but error and fails

This commit is contained in:
2025-07-03 15:08:11 +02:00
parent f323cd8310
commit 524c4ca028
6 changed files with 88 additions and 3 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 %}
@@ -33,4 +33,4 @@
{%endwith%}
</body>
</html>
</html>