aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/forms.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweaked the IR model and the form pageMatthew Lemon2020-05-291-0/+2
|
* after a lot of pain, incident report form basically worksMatthew Lemon2020-05-291-2/+60
|
* IncidentReport model in place and func test passing so farMatthew Lemon2020-05-291-14/+44
|
* first iteration of a passable create orgnisation form with address!MR Lemon2020-05-051-0/+12
|
* got rid of the crispy forms helper from the addresses inlineformset - going ↵MR Lemon2020-05-051-12/+2
| | | | to do it manually
* organisation bit of the form looking better now after manually formatting ↵MR Lemon2020-05-051-18/+11
| | | | the html
* working with one crispy formMR Lemon2020-05-021-24/+15
|
* got a rough inlineformset with no crispy forms - but workingMR Lemon2020-05-021-18/+4
|
* still working on org address formMR Lemon2020-05-021-0/+6
|
* removed updated_by field but getting an integrity errorMR Lemon2020-05-011-3/+1
|
* some progress but fking slow...MR Lemon2020-05-011-0/+7
|
* started to put in an inlineformset!MR Lemon2020-05-011-9/+26
|
* squashed a lot of wizard form codeMR Lemon2020-05-011-10/+21
|
* step 1 of form wizard doneMR Lemon2020-05-011-0/+3
|
* making progress with the form wizardMR Lemon2020-05-011-20/+6
|
* first cut at doing a form wizard for the organisation. Need to split fields ↵MR Lemon2020-04-301-2/+2
| | | | to add bootstrap
* testing new create Address formMR Lemon2020-04-261-1/+18
|
* much nicer create organisation formMR Lemon2020-04-241-3/+9
|
* fixed unwanted required field and tweaked the look of a formMR Lemon2020-04-241-1/+4
|
* started work on the create organisation pageMatthew Lemon2020-04-211-0/+37