Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
07841675
Commit
07841675
authored
Aug 21, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added link to list children of an article. Upgraded django-wiki version.
parent
cf548192
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lms/templates/wiki/article.html
+5
-1
repo-requirements.txt
+1
-1
No files found.
lms/templates/wiki/article.html
View file @
07841675
...
@@ -14,7 +14,11 @@
...
@@ -14,7 +14,11 @@
<article
class=
"main-article"
>
<article
class=
"main-article"
>
{% if selected_tab != "edit" %}
{% if selected_tab != "edit" %}
<h1>
{{ article.current_revision.title }}
</h1>
<h1>
{{ article.current_revision.title }}
</h1>
{% if urlpath %}
<a
href=
"{% url 'wiki:dir' path=urlpath.path %}"
>
Show all children
</a>
{% endif %}
{% endif %}
{% endif %}
{% block wiki_contents_tab %}
{% block wiki_contents_tab %}
...
...
repo-requirements.txt
View file @
07841675
-e git://github.com/MITx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles
-e git://github.com/MITx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles
-e git://github.com/MITx/django-pipeline.git#egg=django-pipeline
-e git://github.com/MITx/django-pipeline.git#egg=django-pipeline
-e git://github.com/benjaoming/django-wiki.git@
876357a
#egg=django-wiki
-e git://github.com/benjaoming/django-wiki.git@
221fca1
#egg=django-wiki
-e common/lib/capa
-e common/lib/capa
-e common/lib/xmodule
-e common/lib/xmodule
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