Files @ 2aae2af55dea
Branch filter:

Location: symposion_app/docs/project.rst

James Polley
Disable client-side validation on credit_note forms

* 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.
Project Template
================

The `pinax-project-symposion <https://github.com/pinax/pinax-project-symposion>`_ repository
is a starter project demonstrating how to create a minimal symposion instance.

TODO:
  * initial data
  * overriding templates
  * deployment