diff --git a/en/css/README.md b/en/css/README.md index d7736822530..7b8e1cd31da 100644 --- a/en/css/README.md +++ b/en/css/README.md @@ -68,7 +68,7 @@ djangogirls Time to write some CSS! Open up the `blog/static/css/blog.css` file in your code editor. -We won't be going too deep into customizing and learning about CSS here. There is a recommendation for a free CSS course at the end of this page if you would like to learn more. +We won't be going too deep into customizing and learning about CSS here. There is a recommendation for a free CSS course at the end of this page if you would like to learn more. But let's do at least a little. Maybe we could change the color of our headers? To understand colors, computers use special codes. These codes start with `#` followed by 6 letters (A–F) and numbers (0–9). For example, the code for blue is `#0000FF`. You can find the color codes for many colors here: http://www.colorpicker.com/. You may also use [predefined colors](http://www.w3schools.com/colors/colors_names.asp), such as `red` and `green`. @@ -128,11 +128,11 @@ Your file should now look like this:
published: {{ post.published_date }}
-{{ post.text|linebreaksbr }}
+published: {{ blogpost.published_date }}
+{{ blogpost.text|linebreaksbr }}