- use of the `short_description` method in the list of books: ```django <dt>"{{ book.title }}" by {{ book.author.first_name }} {{ book.author.last_name }}</dt> <dd>{{ book.short_description }}</dd> ```
--- ## JavaScript Tips for the function to check data in a form: - the input to the function can be an object representing the entire form (which is then passed to the function when it is called) - the function should return `true` or `false` - access to the values of `input` elements is provided by the `value` attribute - for more advanced checks of text data, you can use regular expressions