CrisisCleanup / crisiscleanup-1

[OLD] Legacy Crisis Cleanup on GAE/Python
https://sandy-disaster-recovery.appspot.com
Other
8 stars 4 forks source link

Add Terms and Privacy Checkbox on Signup #240

Open aarontitus opened 11 years ago

aarontitus commented 11 years ago

Please add a mandatory checkbox (with validation) to the /signup page to agree with the Terms of Service and Privacy Policy:

aarontitus commented 11 years ago

Here is the code: <label for="TermsOfService"> <input type="checkbox" value="yes" name="TermsOfService" id="TermsOfService" /> <strong>I agree to the <a target="_blank" id="TOSLink" href="/terms">Terms of Service</a> and <a target="_blank" id="PrivacyLink" href="/privacy">Privacy Policy</a></strong> </label>

aarontitus commented 11 years ago

Actually- I added the previous text in new_new_organization.html in <!-- Comments --> Add it to the database and un-comment the code to complete this issue.