--- a/src/iconolab/views/comments.py Mon Dec 12 17:27:33 2016 +0100
+++ b/src/iconolab/views/comments.py Thu Dec 15 16:35:01 2016 +0100
@@ -13,9 +13,7 @@
@require_POST
def post_comment_iconolab(request, next=None, using=None):
'''
- Post a comment.
- HTTP POST is required. If ``POST['submit'] == 'preview'`` or if there are
- errors a preview template, ``comments/preview.html``, will be rendered.
+ Rewriting of a django_comments method to link Iconolab metacategories on comment posting
'''
# Fill out some initial data fields from an authenticated user, if present
data = request.POST.copy()