-
- Downloads
Feature/gh 1618 save draft (#1635)
* Allow saving of the report as draft, 1 version per save * Ensure files handled correctly per version
Showing
- opentech/apply/projects/forms.py 37 additions, 6 deletionsopentech/apply/projects/forms.py
- opentech/apply/projects/migrations/0025_add_report_models.py 1 addition, 1 deletionopentech/apply/projects/migrations/0025_add_report_models.py
- opentech/apply/projects/migrations/0028_report_draft.py 32 additions, 0 deletionsopentech/apply/projects/migrations/0028_report_draft.py
- opentech/apply/projects/models.py 25 additions, 1 deletionopentech/apply/projects/models.py
- opentech/apply/projects/templates/application_projects/includes/report_line.html 19 additions, 0 deletions.../templates/application_projects/includes/report_line.html
- opentech/apply/projects/templates/application_projects/includes/reports.html 2 additions, 29 deletions...ects/templates/application_projects/includes/reports.html
- opentech/apply/projects/templates/application_projects/report_form.html 3 additions, 2 deletions.../projects/templates/application_projects/report_form.html
- opentech/apply/projects/tests/factories.py 17 additions, 1 deletionopentech/apply/projects/tests/factories.py
- opentech/apply/projects/tests/test_views.py 57 additions, 0 deletionsopentech/apply/projects/tests/test_views.py
- opentech/apply/projects/views/report.py 32 additions, 8 deletionsopentech/apply/projects/views/report.py
Loading
Please register or sign in to comment