Skip to content

Commit

Permalink
make public contact required for adding
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Nov 26, 2023
1 parent 492b592 commit aa85d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/add-location/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -669,14 +669,15 @@

<div>
<label for="contact" class="mb-2 block font-semibold"
>Public Contact <span class="font-normal">(optional)</span></label
>Public Contact</label
>
<p class="mb-2 text-justify text-sm">
If we have any follow-up questions we will contact you in order to add your
location successfully.
</p>
<input
disabled={!captchaSecret || !mapLoaded}
required
type="email"
name="contact"
placeholder="[email protected]"
Expand Down

0 comments on commit aa85d3c

Please sign in to comment.