We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create HTML files named Signup.html and Success.html with the following attributes:
Signup.html: Load Static and Staticfiles Make a form with the method as POST and action directed to the URL name = signup
Signup.html:
POST
signup
Success.html: Load Static and Staticfiles Have a button that redirects to the URL name = ``
Success.html:
Refer to #2 and ensure proper integration
This file goes inside templates/Main directory
templates/Main
The text was updated successfully, but these errors were encountered:
I'll take a crack at this, would quite like a chance to get to grips with Django as a new technology
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Create HTML files named Signup.html and Success.html with the following attributes:
Refer to #2 and ensure proper integration
This file goes inside
templates/Main
directoryThe text was updated successfully, but these errors were encountered: