Merge branch '1.0-maintenance'

This commit is contained in:
David Lord 2019-01-06 15:46:33 -08:00
commit ac6746d1be
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
11 changed files with 173 additions and 162 deletions

View file

@ -105,7 +105,7 @@ example that shows how you would use jQuery and Flask nonetheless::
return render_template('index.html')
As you can see I also added an `index` method here that renders a
template. This template will load jQuery as above and have a little form
template. This template will load jQuery as above and have a little form where
we can add two numbers and a link to trigger the function on the server
side.