Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
489dcba8
Commit
489dcba8
authored
Aug 22, 2012
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing the is_moderator decorator -- it is replaced by can_moderate
parent
9a996a74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
wiki/templatetags/wiki_tags.py
+0
-6
No files found.
wiki/templatetags/wiki_tags.py
View file @
489dcba8
...
@@ -74,9 +74,3 @@ def can_delete(obj, user):
...
@@ -74,9 +74,3 @@ def can_delete(obj, user):
def
can_moderate
(
obj
,
user
):
def
can_moderate
(
obj
,
user
):
"""Articles and plugins have a can_moderate method..."""
"""Articles and plugins have a can_moderate method..."""
return
obj
.
can_moderate
(
user
)
return
obj
.
can_moderate
(
user
)
@register.filter
def
is_moderator
(
user
):
"""Tells if a user is a moderator"""
return
user
.
has_perm
(
'wiki.moderate'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment