diff --git a/README.md b/README.md index 2d714a5..c513148 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,15 @@ a comment on `wall_user`; `comment_form`, which returns a comment form for `wall_user`; and `comments`, which returns all comments on `wall_user`. ```django + {% load pinax_comments_tags %} +