mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
7 lines
223 B
HTML
7 lines
223 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
<form method="post">
|
|
<input type="email" name="email" placeholder="Mon courriel" required>
|
|
<input type="submit" value="Envoyez-moi un sésame">
|
|
</form>
|
|
{% endblock body %}
|