-
- Downloads
Merge pull request #374 from OpenTechFund/feature/47-allow-applicants-to-submit-from-draft
Feature/47 allow applicants to submit from draft
No related branches found
No related tags found
Showing
- opentech/apply/activity/models.py 17 additions, 0 deletionsopentech/apply/activity/models.py
- opentech/apply/dashboard/templates/dashboard/applicant_dashboard.html 2 additions, 2 deletions...ly/dashboard/templates/dashboard/applicant_dashboard.html
- opentech/apply/funds/forms.py 3 additions, 3 deletionsopentech/apply/funds/forms.py
- opentech/apply/funds/models.py 83 additions, 19 deletionsopentech/apply/funds/models.py
- opentech/apply/funds/tables.py 2 additions, 2 deletionsopentech/apply/funds/tables.py
- opentech/apply/funds/templates/funds/applicationsubmission_admin_detail.html 1 addition, 1 deletion...s/templates/funds/applicationsubmission_admin_detail.html
- opentech/apply/funds/templates/funds/applicationsubmission_detail.html 6 additions, 5 deletions...y/funds/templates/funds/applicationsubmission_detail.html
- opentech/apply/funds/templates/funds/applicationsubmission_form.html 28 additions, 2 deletions...ply/funds/templates/funds/applicationsubmission_form.html
- opentech/apply/funds/templates/funds/includes/review_table_row.html 1 addition, 1 deletion...pply/funds/templates/funds/includes/review_table_row.html
- opentech/apply/funds/templates/funds/includes/status_bar.html 1 addition, 1 deletion...tech/apply/funds/templates/funds/includes/status_bar.html
- opentech/apply/funds/tests/factories/blocks.py 6 additions, 0 deletionsopentech/apply/funds/tests/factories/blocks.py
- opentech/apply/funds/tests/factories/models.py 5 additions, 5 deletionsopentech/apply/funds/tests/factories/models.py
- opentech/apply/funds/tests/test_models.py 1 addition, 1 deletionopentech/apply/funds/tests/test_models.py
- opentech/apply/funds/tests/test_views.py 88 additions, 0 deletionsopentech/apply/funds/tests/test_views.py
- opentech/apply/funds/urls.py 8 additions, 4 deletionsopentech/apply/funds/urls.py
- opentech/apply/funds/views.py 29 additions, 13 deletionsopentech/apply/funds/views.py
- opentech/apply/funds/workflow.py 113 additions, 30 deletionsopentech/apply/funds/workflow.py
- opentech/apply/review/templates/review/includes/review_button.html 1 addition, 1 deletion...apply/review/templates/review/includes/review_button.html
- opentech/apply/review/templates/review/review_detail.html 1 addition, 1 deletionopentech/apply/review/templates/review/review_detail.html
- opentech/apply/review/templates/review/review_form.html 1 addition, 1 deletionopentech/apply/review/templates/review/review_form.html
opentech/apply/funds/tests/test_views.py
0 → 100644
Please register or sign in to comment