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
ff8fd1ca
Commit
ff8fd1ca
authored
Aug 22, 2012
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28
parent
bf0d9cd8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
wiki/models/__init__.py
+1
-1
No files found.
wiki/models/__init__.py
View file @
ff8fd1ca
...
@@ -63,7 +63,7 @@ def reverse(*args, **kwargs):
...
@@ -63,7 +63,7 @@ def reverse(*args, **kwargs):
return the result of calling reverse._transform_url(reversed_url)
return the result of calling reverse._transform_url(reversed_url)
for every url in the wiki namespace.
for every url in the wiki namespace.
"""
"""
if
args
[
0
]
.
startswith
(
'wiki:'
):
if
isinstance
(
args
[
0
],
basestring
)
and
args
[
0
]
.
startswith
(
'wiki:'
):
url_kwargs
=
kwargs
.
get
(
'kwargs'
,
{})
url_kwargs
=
kwargs
.
get
(
'kwargs'
,
{})
path
=
url_kwargs
.
get
(
'path'
,
False
)
path
=
url_kwargs
.
get
(
'path'
,
False
)
# If a path is supplied then discard the article_id
# If a path is supplied then discard the article_id
...
...
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