diff options
Diffstat (limited to 'comments/views.py')
-rw-r--r-- | comments/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comments/views.py b/comments/views.py index be9d522..a095727 100644 --- a/comments/views.py +++ b/comments/views.py @@ -108,4 +108,3 @@ def new_reply(request): 'comment': comment } return render(request, 'comments/new_reply.html', context) - |