We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a43e9 + acf85f6 commit dcf9168Copy full SHA for dcf9168
templates/index.html
@@ -5,24 +5,23 @@
5
<title>GUDLFT Registration</title>
6
</head>
7
<body>
8
+
9
<h1>Welcome to the GUDLFT Registration Portal!</h1>
10
11
Please enter your secretary email to continue:
12
<form action="showSummary" method="post">
13
<label for="email">Email:</label>
14
<input type="email" name="email" id=""/>
15
<button type="submit">Enter</button>
16
</form>
-
17
18
{% with messages = get_flashed_messages()%}
19
{% if messages %}
20
{% for message in messages %}
21
{{message}}
22
{% endfor %}
23
{% endif %}
24
{% endwith %}
25
- <a href="{{ url_for('clubs_points') }}">View clubs points</a>
26
27
</body>
28
</html>
0 commit comments