diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-22 17:37:58 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-22 17:40:13 -0700 |
| commit | 003b9aaef924ba3934a8e23854be5b7a6e6ae7e0 (patch) | |
| tree | 980b1d590a907e1014059ee689919eb52aa9d7f7 /docs/quick_tutorial/forms | |
| parent | 61bec62b9b5147abff09db1fd826b6a064a19e3f (diff) | |
| download | pyramid-003b9aaef924ba3934a8e23854be5b7a6e6ae7e0.tar.gz pyramid-003b9aaef924ba3934a8e23854be5b7a6e6ae7e0.tar.bz2 pyramid-003b9aaef924ba3934a8e23854be5b7a6e6ae7e0.zip | |
- add jQuery to the template
- punctuation, grammar
Diffstat (limited to 'docs/quick_tutorial/forms')
| -rw-r--r-- | docs/quick_tutorial/forms/tutorial/wikipage_addedit.pt | 2 |
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> |
