diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-06-28 09:43:14 +0200 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-06-28 09:52:25 +0200 |
| commit | def1881370dad3bef7808c9ab00800d0b17e8b92 (patch) | |
| tree | 7128e90b01b632fb6baa14600dca7bc3459722b6 /docs | |
| parent | b91e138405b9c6547380717f93cbc34c62af7b95 (diff) | |
[1.5.x] Fixed missing slash in reusable apps tutorial.
Backport of 5caced89e0ac2f942b68bc5f163d156a42880f16 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 1189473776..75468e43ec 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -67,7 +67,7 @@ After the previous tutorials, our project should look like this:: __init__.py models.py static/ - polls + polls/ images/ background.gif style.css |
