projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abddf41
)
Add missing comment
author
Magnus Hagander
<magnus@hagander.net>
Tue, 26 Jun 2012 12:50:30 +0000
(14:50 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 26 Jun 2012 12:50:30 +0000
(14:50 +0200)
pgweb/util/admin.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/util/admin.py
b/pgweb/util/admin.py
index fd1b916f2120f23a90ec5b6f9f782471dc34b559..b462a394aa2abe63235227b5ccb8ce23b1e45631 100644
(file)
--- 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'