Files @ 2aae2af55dea
Branch filter:

Location: symposion_app/docs/miniconfs.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.
Steps for creating a miniconf
=============================

In code:

* Add a ProposalForm - pinaxcon.proposals.forms
* Add a Model - pinaxcon.proposals.models
* Register models - pinxacon.proposals.admin
* Map slug to proposal form - pinaxcon.settings.py

In the UI:

* Add a section
* Add a ProposalSection
* Add a Kind

On the commandline:

* Run manage.py create_review_permissions

In the Admin UI:

* Add a team to manage reviews