Changes between Version 19 and Version 20 of GenshiTutorial
- Timestamp:
- Aug 29, 2007, 7:28:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GenshiTutorial
v19 v20 382 382 }}} 383 383 384 Now, if you click on the “Submit new link” link on the start page, you should see the submission form. You can enter values in the form fields and submit the form, which will take you back to the start page, where you'll see that your link has been added to the list. Or you can click on the “Cancel” button, whichwill take you back to the start page, but not add a link.384 Now, if you click on the “Submit new link” link on the start page, you should see the submission form. Filling out the form and clicking "Submit" will post a new link and take you to the start page. Clicking on the “Cancel” button, will take you back to the start page, but not add a link. 385 385 386 386 Please note though that we're not performing ''any'' kind of validation on the input, and that's of course a bad thing. So let's add validation next.