Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>FIXME</title>
  4. </head>
  5. <body>
  6. <h1>Hi, My name is Django.</h1>
  7. <h3>What is your name:</h3>
  8. <form action="{% url 'polls:name' %}" method="post">
  9. {% csrf_token %}
  10. <label >Vorname:</label>
  11. <input type="text" name="your_name" id="your_name" />
  12. <input type="submit" value="Abschicken" />
  13. </form>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement