Skip to content

Commit 5d8b794

Browse files
authored
Fix typos (#152)
1 parent 9c32a98 commit 5d8b794

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guides/overriding-template-tags.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,10 @@ if you want to.
113113

114114
Now we need to define fake result for each instance of our template tag.
115115
Let's assume that we have a template with two calls of the
116-
`{% image $}` template tag:
116+
`{% image %}` template tag:
117117

118118
```django
119-
`{% load image_utils %}`
120-
119+
{% load image_utils %}
121120
122121
<div class="user">
123122
<div class="user-avatar">

0 commit comments

Comments
 (0)