Add missing comment
authorMagnus Hagander <magnus@hagander.net>
Tue, 26 Jun 2012 12:50:30 +0000 (14:50 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 26 Jun 2012 12:50:30 +0000 (14:50 +0200)
pgweb/util/admin.py

index fd1b916f2120f23a90ec5b6f9f782471dc34b559..b462a394aa2abe63235227b5ccb8ce23b1e45631 100644 (file)
@@ -13,6 +13,8 @@ class PgwebAdmin(admin.ModelAdmin):
        * Markdown preview for markdown capable textfields (specified by
          including them in a class variable named markdown_capable that is a tuple
          of field names)
+       * Add an admin field for "notification", that can be sent to the submitter
+         of an item to inform them of moderation issues.
        """
 
        change_form_template = 'admin/change_form_pgweb.html'