Commit 295dbdc26b0cb6d5f89fb8a7a895c2a2cdc26dde
Merge pull request #8 from alasdairnicol/patch-1
Replaced tabs with spaces in code block
Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -36,7 +36,7 @@ follow these steps: | @@ -36,7 +36,7 @@ follow these steps: | ||
| 36 | .. code-block:: python | 36 | .. code-block:: python |
| 37 | 37 | ||
| 38 | from django.contrib.comments.models import Comment # old | 38 | from django.contrib.comments.models import Comment # old |
| 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 CommentForm # new |
Please
register
or
login
to post a comment