create emailer version 1
This commit is contained in:
19
kivi_cars/emailer/templates/mailer/form.html
Normal file
19
kivi_cars/emailer/templates/mailer/form.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Form</title>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<h1> Welcome to our form, please fill it!</h1>
|
||||
</h1>
|
||||
Email <br>
|
||||
<input type="email" name="email">
|
||||
<button type="submit">Send</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user