-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created form for signing up, added path to todo/urls.py
- Loading branch information
Shane
committed
Jan 3, 2021
1 parent
5b48ecc
commit ebd1206
Showing
4 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<form method="POST"> | ||
{% csrf_token %} | ||
{{form.as_p}} | ||
<div> | ||
<button type="submit">Sign Up</button> | ||
</div> | ||
</form> | ||
<div> | ||
<small> | ||
Already Have an Account? <a href="#">Sign In</a> | ||
</small> | ||
</div> |