Skip to content

Commit dcf9168

Browse files
Merge branch 'master' into feature/public-display-points-table
2 parents 83a43e9 + acf85f6 commit dcf9168

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

templates/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,23 @@
55
<title>GUDLFT Registration</title>
66
</head>
77
<body>
8+
89
<h1>Welcome to the GUDLFT Registration Portal!</h1>
10+
911
Please enter your secretary email to continue:
1012
<form action="showSummary" method="post">
1113
<label for="email">Email:</label>
1214
<input type="email" name="email" id=""/>
1315
<button type="submit">Enter</button>
1416
</form>
15-
16-
17+
1718
{% with messages = get_flashed_messages()%}
1819
{% if messages %}
1920
{% for message in messages %}
2021
{{message}}
2122
{% endfor %}
2223
{% endif %}
2324
{% endwith %}
24-
25-
<a href="{{ url_for('clubs_points') }}">View clubs points</a>
26-
25+
2726
</body>
2827
</html>

0 commit comments

Comments
 (0)