From 5caced89e0ac2f942b68bc5f163d156a42880f16 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 28 Jun 2013 09:43:14 +0200 Subject: [PATCH] Fixed missing slash in reusable apps tutorial. --- docs/intro/reusable-apps.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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