lightjitender

email_form.html

Sep 13th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.19 KB | None | 0 0
  1. <html>
  2. <body>
  3. <h2>Email Form</h2>
  4. <form action="" method="post">
  5.     {% csrf_token %}
  6. {{ form.as_p }}
  7.     <input type="submit" name="submit" value="submit here">
  8. </form>
  9. </body>
  10. </html>
Add Comment
Please, Sign In to add comment