fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Forum: related lesson fixes
[edumed.git]
/
edumed
/
forum.py
1
from pybb.permissions import DefaultPermissionHandler
2
3
4
class ForumPermissionHandler(DefaultPermissionHandler):
5
def may_post_as_admin(self, user):
6
""" return True if `user` may post as admin """
7
return False