type="submit"
Torey Heinz
committed Apr 18, 2020
commit 5624824d39dada373246abd66cde6bd7f18da959
Showing 3
changed files with
7 additions
and 2 deletions
content/pages/COVID-19.md
+5
-0
| @@ | @@ -33,8 +33,13 @@ will be used for supplies and retooling. |
| title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" /> | |
| </form> | |
| + | |
| + | |
| + | |
| ### VOLUNTEERS | |
| + | |
| + | |
| #### SEWERS: | |
| We need people who can and will sew, and who will follow instructions for sewing precut masks precisely. They are simple to sew but don’t work if they are not sewn correctly. | |
src/components/ContactForm.vue
+1
-1
| @@ | @@ -17,5 +17,5 @@ |
| div.field | |
| div.control | |
| - | button.button Send |
| + | button(type="submit").button Send |
| </template> | |
src/components/VolunteerForm.vue
+1
-1
| @@ | @@ -61,5 +61,5 @@ |
| div.field | |
| div.control | |
| - | button.button I'm ready to volunteer! |
| + | button(type="submit").button I'm ready to volunteer! |
| </template> | |