Skip to content

Commit

Permalink
Add header words to access form (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Mar 1, 2024
1 parent f5c8c17 commit 381e128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from wtforms.validators import DataRequired, StopValidation, Email

use_choices = [
('research', 'Analyze the dataset, identify trends, build new models.'),
('teaching', 'Prepare lessons, create assignments, teach data analysis skills.'),
('software', 'Build tools, create applications, integrate data sources.'),
('reporting', 'Checking on external use of data.'),
('research', 'Research: Analyze the dataset, identify trends, build new models.'),
('teaching', 'Teaching: Prepare lessons, create assignments, teach data analysis skills.'),
('software', 'Software Development: Build tools, create applications, integrate data sources.'),
('reporting', 'Reporting: Checking on external use of data.'),
('notsure', 'I’m not sure yet.'),
('other', 'Other (please specify below).')
]
Expand Down

0 comments on commit 381e128

Please sign in to comment.