vicky-remi-wedding-website/france/france_rsvp/templates/form.html

19 lines
415 B
HTML
Raw Normal View History

2022-05-10 19:11:49 +00:00
<!DOCTYPE html>
<html>
<head>
<title>RSVP - Vicky &amp; Remi</title>
</head>
<body>
{% if error %}
<p class="error">{{ error }}</p>
{% endif %}
<form action="{{ url_for('form') }}" method="POST">
<p>
Code sur l'invitation:
<input type="text" name="code" placeholder="ABCD" />
</p>
<p><input type="submit" value="RSVP" /></p>
</form>
</body>
</html>