Working simple letter assignment without updated tests
This commit is contained in:
17
web/templates/index.html
Normal file
17
web/templates/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Wigan Homebrew Club Competition Entry</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Wigan Homebrew Club Competition Entry</h1>
|
||||
<p>The next competition brew will be a <strong>{{ brew_name }}</strong>. It will be judged at the meeting in <strong>{{ brew_month }}</strong></p>
|
||||
<p>If you would like to enter the competition, please enter your name below to generate a letter/number that will be used to identify your entry</p>
|
||||
<form action="{{ url_for('generate') }}" method="POST">
|
||||
<label for="name">Please enter your name and initial (eg: Sean C):</label>
|
||||
<input name="name" type="text" id="name"><br>
|
||||
<button type="submit">Enter Competition</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user