diff --git a/en/homework/README.md b/en/homework/README.md index 894adf6..01d9598 100644 --- a/en/homework/README.md +++ b/en/homework/README.md @@ -18,7 +18,7 @@ Remember the chapter about querysets? We created a view `post_list` that display Time to do something similar, but for draft posts. -Let's add a link in `blog/templates/blog/base.html` in the header. We don't want to show our list of drafts to everybody, so we'll put it inside the {% raw %}`{% if user.is_authenticated %}`{% endraw %} check, right after the button for adding new posts. +Let's add a link in the `