src/iconolab/views/comments.py
changeset 283 d8fcfac848ed
parent 97 f747c112e8f4
child 323 55c024fc7c60
--- 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()