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:43:14 +0200 |
| commit | 5caced89e0ac2f942b68bc5f163d156a42880f16 (patch) | |
| tree | b917fb5b41cc5dd85b6015a096932eced4274a8e | |
| parent | d097417025e71286ad5bbde6e0a79caacabbbd64 (diff) | |
Fixed missing slash in reusable apps tutorial.
| -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 4247b45238..879cda913a 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:: admin.py models.py static/ - polls + polls/ images/ background.gif style.css |
