Skip to content

Commit 0ea7803

Browse files
authored
fix ellipsis
(they require three dots)
1 parent 878e280 commit 0ea7803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/extend_your_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ It will look like this:
155155

156156
Once again we are extending `base.html`. In the `content` block we want to display a post's published_date (if it exists), title and text. But we should discuss some important things, right?
157157

158-
{% raw %}`{% if ... %} ... {% endif %}` is a template tag we can use when we want to check something. (Remember `if ... else ..` from __Introduction to Python__ chapter?) In this scenario we want to check if a post's `published_date` is not empty.{% endraw %}
158+
{% raw %}`{% if ... %} ... {% endif %}` is a template tag we can use when we want to check something. (Remember `if ... else ...` from __Introduction to Python__ chapter?) In this scenario we want to check if a post's `published_date` is not empty.{% endraw %}
159159

160160
OK, we can refresh our page and see if `TemplateDoesNotExist` is gone now.
161161

0 commit comments

Comments
 (0)