Skip to content

Instantly share code, notes, and snippets.

@thecaffeinedev
Last active May 7, 2020 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thecaffeinedev/5929a348496cfa46ff17f49fc8e12cad to your computer and use it in GitHub Desktop.
Save thecaffeinedev/5929a348496cfa46ff17f49fc8e12cad to your computer and use it in GitHub Desktop.
Code Snippet for django todo app tutorial
<h1>SignUp</h1>
<form method="POST">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Sign Up</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment