From 3c5cf33c378ac57ea8d723dd86c1b3d099d5d321 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 26 Jun 2012 14:50:30 +0200 Subject: [PATCH] Add missing comment --- pgweb/util/admin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pgweb/util/admin.py b/pgweb/util/admin.py index fd1b916f..b462a394 100644 --- a/pgweb/util/admin.py +++ b/pgweb/util/admin.py @@ -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'