summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/forms
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-22 17:40:34 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-22 17:40:34 -0700
commita69f667f594e86bc5e71ec4df53225ba6416a3b7 (patch)
tree980b1d590a907e1014059ee689919eb52aa9d7f7 /docs/quick_tutorial/forms
parent61bec62b9b5147abff09db1fd826b6a064a19e3f (diff)
parent003b9aaef924ba3934a8e23854be5b7a6e6ae7e0 (diff)
downloadpyramid-a69f667f594e86bc5e71ec4df53225ba6416a3b7.tar.gz
pyramid-a69f667f594e86bc5e71ec4df53225ba6416a3b7.tar.bz2
pyramid-a69f667f594e86bc5e71ec4df53225ba6416a3b7.zip
Merge pull request #1735 from stevepiercy/master
- add jQuery to the template
Diffstat (limited to 'docs/quick_tutorial/forms')
-rw-r--r--docs/quick_tutorial/forms/tutorial/wikipage_addedit.pt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quick_tutorial/forms/tutorial/wikipage_addedit.pt b/docs/quick_tutorial/forms/tutorial/wikipage_addedit.pt
index 3292dfd90..547465018 100644
--- a/docs/quick_tutorial/forms/tutorial/wikipage_addedit.pt
+++ b/docs/quick_tutorial/forms/tutorial/wikipage_addedit.pt
@@ -6,6 +6,8 @@
<link rel="stylesheet" type="text/css"
href="${request.static_url(reqt)}"/>
</tal:block>
+ <script src="${request.static_url('deform:static/scripts/jquery-2.0.3.min.js')}"
+ type="text/javascript"></script>
<tal:block tal:repeat="reqt view.reqts['js']">
<script src="${request.static_url(reqt)}"
type="text/javascript"></script>