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
week4-harl/public/newpost.html
Lines 19 to 27 in e524c34
You can easily add 'required' to <input> and <textarea> tags to disallow empty posts being posted
<input>
<textarea>
The text was updated successfully, but these errors were encountered:
Add deletepost handler and route, fix form required fields, update st…
7513794
…yling Relates #8 Relates #9 Relates #34 Relates #42 Relates #46 Co-authored-by: @akomiqaia Co-authored-by: @Lizzy-j Co-authored-by: @Roger Heathcote
No branches or pull requests
week4-harl/public/newpost.html
Lines 19 to 27 in e524c34
You can easily add 'required' to
<input>
and<textarea>
tags to disallow empty posts being postedThe text was updated successfully, but these errors were encountered: