Commit 6ec2c9569a7cfff10a281b3c597e007aef920bfa
Merge pull request #14 from rbonick/patch-1
Fixed typo (missing "import" on the last line)
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -39,4 +39,4 @@ follow these steps: | @@ -39,4 +39,4 @@ follow these steps: | ||
| 39 | from django_comments.models import Comment # new | 39 | from django_comments.models import Comment # new |
| 40 | 40 | ||
| 41 | from django.contrib.comments.forms import CommentForm # old | 41 | from django.contrib.comments.forms import CommentForm # old |
| 42 | - from django_comments.forms CommentForm # new | 42 | + from django_comments.forms import CommentForm # new |
Please
register
or
login
to post a comment