Commit graph

2041 commits

Author SHA1 Message Date
Jon Roberts
066217ccd5
Forgot to save. Homer-backs-into-bushes.gif 2023-02-27 12:18:06 -07:00
Jon Roberts
dc7a4f4389
Linting 2023-02-27 11:48:22 -07:00
Jon Roberts
2e002c81bf
remove security email migrations 2023-02-27 11:36:02 -07:00
Jon Roberts
e70401e1fd
reverting migration modification 2023-02-27 10:57:05 -07:00
Jon Roberts
ecaa870005
Cleaning up a little more 2023-02-27 10:54:36 -07:00
Jon Roberts
b12e97f674
removing security from test cases. still need to clean up 2023-02-27 10:30:44 -07:00
Jon Roberts
1441044415
Process of removal security email from the codes 2023-02-27 10:12:30 -07:00
Michelle Rago
f6deb85e39
Update application_wizard.py 2023-02-23 13:06:03 -05:00
Michelle Rago
b601b58c70
Updated "no other contact" labels 2023-02-23 09:34:39 -05:00
Seamus Johnston
ab34629a7b
Place no other contacts reason box on own page 2023-02-22 10:24:02 -06:00
Jon Roberts
672e8efd8c
Forgot closed bracket. Ran test and lint again, passed 2023-02-21 12:14:54 -07:00
Jon Roberts
2024d1c905
v2 with signed. Referring to PR #414 2023-02-21 11:57:23 -07:00
igorkorenfeld
b252418088
Tighten spacing before input; fix space after h2 on fed page 2023-02-17 17:06:34 -05:00
Neil Martinsen-Burrell
8dde0b3e24
Remove field labels and change required text 2023-02-17 09:49:55 -06:00
Neil MartinsenBurrell
dd44d405fa
Merge pull request #411 from cisagov/nmb/confirmation-email
Send confirmation email on application submission
2023-02-15 15:03:31 -06:00
Neil Martinsen-Burrell
65fd8d3893
Review feedback: retries settings 2023-02-14 15:11:05 -06:00
Michelle Rago
44887bfff1
Update application_other_contacts.html (#412) 2023-02-14 16:07:51 -05:00
Neil Martinsen-Burrell
459e753edd
Merge branch 'nmb/confirmation-email' of github.com:cisagov/getgov into nmb/confirmation-email 2023-02-14 13:31:46 -06:00
Neil Martinsen-Burrell
f0ecae08c5
Review feedback: error tolerance, logging, etc. 2023-02-14 13:31:00 -06:00
Michelle Rago
5b069e60d3
Mr/form updates (#409)
* Text updates

* Text updates

* Text updates
2023-02-14 14:14:50 -05:00
Neil MartinsenBurrell
32691e21b3
Update src/registrar/config/settings.py
Co-authored-by: Seamus Johnston <seamus.johnston@gsa.gov>
2023-02-14 09:41:56 -06:00
Neil Martinsen-Burrell
a314b905d3
Fixes from manual testing email sending 2023-02-13 15:37:17 -06:00
Neil Martinsen-Burrell
d0e9cfce10
Fix linting 2023-02-13 14:54:09 -06:00
Neil Martinsen-Burrell
7b928a2761
Fix tests and AWS region setting 2023-02-13 14:43:17 -06:00
Neil Martinsen-Burrell
1fbd0506ff
Fix formatting and mypy warning 2023-02-13 14:22:41 -06:00
Neil Martinsen-Burrell
884a58cf10
Send confirmation emails on application submission 2023-02-13 14:19:50 -06:00
Igor Korenfeld
d6c7b225f5
Merge pull request #402 from cisagov/ik/style-confirm-page
Style the confirmation page
2023-02-10 11:34:35 -05:00
Michelle Rago
2abfb0b983
Added a colon 2023-02-10 09:35:03 -05:00
igorkorenfeld
d747355986
Add dotgov_confirmation image 2023-02-08 10:35:08 -05:00
igorkorenfeld
7bee1fa4d0
Flatten and rearrange lists 2023-02-07 15:04:18 -05:00
igorkorenfeld
e0f34420fa
Add basic styling to the page, add graphic 2023-02-07 14:52:50 -05:00
Michelle Rago
324f099c5e
Slight edit to the "other contacts" intro text 2023-02-06 16:03:42 -06:00
Seamus Johnston
ffedcac439
Update key personnel language 2023-02-06 16:03:40 -06:00
Seamus Johnston
2b902be00f
Merge pull request #391 from cisagov/sspj/domain-validation
Domain Validation and Form Refactoring
2023-02-06 16:02:09 -06:00
LoganMMcDonald
d06af6f6d8
Add new developer sandbox 'jon' infrastructure 2023-02-06 10:42:40 -08:00
Seamus Johnston
070f85c58e
Merge branch 'main' into sspj/domain-validation 2023-02-03 15:46:07 -06:00
Seamus Johnston
b3784776d7
Respond to PR feedback 2023-02-03 15:39:32 -06:00
Seamus Johnston
456cab6cee
Enable domain availability checker 2023-02-03 14:22:01 -06:00
Michelle Rago
e6e69b237f
Update application.py (#388)
* Update application.py

* Update tribal government AO info

* Update application_current_sites.html
2023-02-03 11:26:53 -05:00
Seamus Johnston
c2feb1fc16
Remove dead code 2023-02-02 16:04:42 -06:00
igorkorenfeld
7c5440c1d5
Merge branch 'main' into ik/style-passthrough 2023-02-02 16:31:51 -05:00
Neil MartinsenBurrell
db1204519d
Merge pull request #384 from cisagov/nmb/style-dashboard
Style the applicant dashboard
2023-02-02 15:26:41 -06:00
Neil Martinsen-Burrell
6e001d6194
Review feedback: keep dashboard template separate 2023-02-02 15:12:14 -06:00
Seamus Johnston
0e3f68622f
Bypass Django internal form rendering
The purpose of this change is to allow direct use of Django templates
to make edits to how form fields and labels are rendered, while
retaining the validation logic provided by Django's extensive field and
widget library.

This commit additional contains:
 - Remove `REQUIRED_SUFFIX`, as it is handled by the templates now
 - Remove `required=True` from form fields, as this is the default
 - Remove `required=False` from fields where it was added as workaround
   for conditionally required questions which Django form wizard
   couldn't handle
 - Replace `clean_is_policy_acknowledged` with `error_messages` dict
 - Remove duplicate nil entry for Federal Agency dropdown
 - Update `DOMAIN_REGEX` to match whole string
 - Subtle changes to `is_valid` and `get_forms` in ApplicationWizard to
   reduce database calls and use form object's initial data correctly
2023-02-02 15:06:23 -06:00
Seamus Johnston
1d6b0da391
Highlight broken links 2023-02-02 14:14:45 -06:00
igorkorenfeld
3fc275bff8
Update tests to match dashboard 2023-02-02 13:10:22 -05:00
igorkorenfeld
3f487a941d
Change header and footer to closer match to get.gov, alignment adjustment 2023-02-02 12:59:51 -05:00
Seamus Johnston
ba7c4ed294
Merge pull request #387 from cisagov/sspj/bump-node-modules
Bump npm package versions
2023-02-02 07:53:01 -06:00
Michelle Rago
5d34c28abc
Remove DNS option from thank you page (#386)
Update application_done.html
2023-02-01 15:27:53 -05:00
igorkorenfeld
008c639d24
Adjust spacing and sizing to match figma closer 2023-02-01 15:16:16 -05:00