Skip to content

Commit

Permalink
Improve usage commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Jan 9, 2018
1 parent 7f81823 commit 9d30b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ Add an `pinax.comments.urls` to your project urlpatterns:
### Usage

Common usage involves wiring up template tags as seen in this example, which presents
a form for adding a new comment on `wall_user`.
a form for adding a new comment on `wall_user`, as well as showing existing comments.

Three template tags are used here: `comment_target`, which returns a URL for posting
a comment on `wall_user`; `comment_form`, which returns a comment form for
`wall_user`; and `comments`, which returns all comments on `wall_user`.
Expand Down

0 comments on commit 9d30b74

Please sign in to comment.