Skip to content

Commit 6b22f2c

Browse files
authored
Update README.md
1 parent ab445d3 commit 6b22f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

double-opt-contact/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A single opt-in form just allows anybody including bots to enter an email addres
99
## Solution
1010
We can include a double opt-in form which requires the submitter to confirm their email address upon receipt to their mailbox. This can be in addition to a more technical approach using cloudflare or "captca".
1111

12-
### Our modules consiste of the following.
12+
### Our modules consists of the following:
1313
-Common Python modules for web forms including using templates, a redirect and notification flash
1414
```
1515
from flask import Flask, render_template, request, url_for, redirect, flash

0 commit comments

Comments
 (0)