Skip to content

Commit

Permalink
Make email required
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Dec 22, 2016
1 parent 3148af0 commit 38e73cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ethical-advertising.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Fill out your information and we'll get in touch.
<label>Your name</label>
<input type="text" name="name" size=50 />
<label>Your work email</label>
<input type="email" name="_replyto" size=40 />
<input type="email" name="_replyto" size=40 required/>
<label>What is your job?</label>
<input type="text" name="job" size=50 />
<input type="submit" value="Send" class="btn" />
Expand Down

0 comments on commit 38e73cd

Please sign in to comment.