Commit bd26a8c1827d63e30d5ff30b3b79469a41f7609e

Authored by Ryan
1 parent cffa9c07

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