diff --git a/website/content/08_web_frameworks/50_final_project.md b/website/content/08_web_frameworks/50_final_project.md index ebe3790..422141c 100644 --- a/website/content/08_web_frameworks/50_final_project.md +++ b/website/content/08_web_frameworks/50_final_project.md @@ -37,8 +37,8 @@ Visit the server at [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to make sur For the final exercise, we're going to: 1. Sort our blog posts by reverse chronological order -1. Add an`is_draft` flag that allows you to start working on blog posts but keep them from being seen by readers. -1. (If time allows) Write additional unit tests to make sure that `is_draft` is working as expected. +2. Add an`is_draft` flag that allows you to start working on blog posts but keep them from being seen by readers. +3. (If time allows) Write additional unit tests to make sure that `is_draft` is working as expected. ### Sorting in reverse order @@ -140,4 +140,4 @@ Here are a few ideas that you can start with: - Add pagination so that only 10 posts show on the main page, have a previous and a next button. - Make the blog look nicer by styling it with CSS. -Note: If you'd like to see a standalone Django course, you can request it from Frontend Masters via [Twitter](https://twitter.com/FrontendMasters) or e-mail at support@frontendmasters.com. \ No newline at end of file +Note: If you'd like to see a standalone Django course, you can request it from Frontend Masters via [Twitter](https://twitter.com/FrontendMasters) or e-mail at support@frontendmasters.com.