Browse Source

Adding conjunction where for clarification

pull/2970/head
Stephon Harris 6 years ago committed by GitHub
parent
commit
23c8262529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/patterns/jquery.rst

2
docs/patterns/jquery.rst

@ -105,7 +105,7 @@ example that shows how you would use jQuery and Flask nonetheless::
return render_template('index.html') return render_template('index.html')
As you can see I also added an `index` method here that renders a 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 we can add two numbers and a link to trigger the function on the server
side. side.

Loading…
Cancel
Save