-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update /waitlist/ to include supported diseases / interest checkboxes (…
…#671) * add condition input form to waitlist formatting add additional-conditions section add new fiels to form logic cleanup design feedback data flow working * Bob/use waitlist disease from config (#672) some changes to take advantage of the disease-config work we did for the site audit in the waitlist form --------- Co-authored-by: wellsbobby52 <[email protected]> Co-authored-by: Daniel Sass <[email protected]> * use name instead * addtional design feedback, updating spacing * fixing supported disease styles inclusion * updated requirement: drop the bullet point list, adjust checkboxes label --------- Co-authored-by: wellsbobby52 <[email protected]> Co-authored-by: fzhao99 <[email protected]>
- Loading branch information
1 parent
4499890
commit a01dfdc
Showing
3 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<ul> | ||
<ul class="{{ include.styles }}"> | ||
{% for disease in site.content.supported_diseases %} | ||
<li>{{ disease }}</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters