Files @ 2aae2af55dea
Branch filter:

Location: symposion_app/docs/index.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.
Pinax Symposion
===============

Pinax Symposion is an open-source conference management system written in
Django.  Symposion includes support for content management, proposal
submission, reviews, scheduling and sponsor management.


.. toctree::
   :maxdepth: 3

   project
   conference
   content
   proposals
   sponsorship
   speakers
   schedule
   miniconfs
   registrasion/index.rst

About
-----

Symposion came out of development done by Eldarion for DjangoCon US and US PyCon
but has been independently used for a number of other conferences.
The project homepage is http://eldarion.com/symposion/

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`