Skip to content

Commit

Permalink
fix a misspelling (pallets-eco#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcoke authored and davidism committed May 10, 2016
1 parent 7ef4b35 commit 23ee5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recaptcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create_app(self):
app.config['RECAPTCHA_PRIVATE_KEY'] = RECAPTCHA_PRIVATE_KEY

@app.route("/", methods=("GET", "POST"))
def inex():
def index():
form = RecaptchaFrom(csrf_enabled=False)
if form.validate_on_submit():
return 'OK'
Expand Down

0 comments on commit 23ee5e5

Please sign in to comment.