* HTML5 browsers have some clevers to do client-side validation of forms * Django activates this by default for certain field types * However, in this case, there are three forms on this page. We rely on two of them being invalid in order to figure out what processing to do. * So we need to disable the client-side validation. |
||
|---|---|---|
| .. | ||
| emails | ||
| stripe | ||
| _category_list.html | ||
| _invoice_details.html | ||
| _items_list.html | ||
| amend_registration.html | ||
| base.html | ||
| checkout_errors.html | ||
| credit_note.html | ||
| discount_list.html | ||
| guided_registration.html | ||
| invoice.html | ||
| manual_payment.html | ||
| nag_unpaid.html | ||
| payment_list.html | ||
| product_category.html | ||
| profile_form.html | ||
| report.html | ||
| reports_list.html | ||
| review.html | ||