From def1881370dad3bef7808c9ab00800d0b17e8b92 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Fri, 28 Jun 2013 09:43:14 +0200 Subject: [PATCH] [1.5.x] Fixed missing slash in reusable apps tutorial. Backport of 5caced89e0ac2f942b68bc5f163d156a42880f16 from master. --- 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 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