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
a803b0f7
Commit
a803b0f7
authored
Mar 04, 2012
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
ad896974
c6362641
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
simplewiki_create.html
+1
-1
simplewiki_edit.html
+1
-1
simplewiki_error.html
+1
-1
simplewiki_history.html
+1
-1
simplewiki_searchresults.html
+1
-1
No files found.
simplewiki_create.html
View file @
a803b0f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Create Article - MITx 6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Create Article - MITx 6.002
x
Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
<h1>
Create article
</h1>
<h1>
Create article
</h1>
...
...
simplewiki_edit.html
View file @
a803b0f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Edit " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002
x
Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
<h1>
${ wiki_article.title }
</h1>
<h1>
${ wiki_article.title }
</h1>
...
...
simplewiki_error.html
View file @
a803b0f7
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
%
>
%
>
<
%
block
name=
"title"
><title>
Oops... - MITx 6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Oops... - MITx 6.002
x
Wiki
</title></
%
block>
<
%
block
name=
"wiki_page_title"
>
<
%
block
name=
"wiki_page_title"
>
...
...
simplewiki_history.html
View file @
a803b0f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
${"Revision history of " + wiki_title + " - " if wiki_title is not UNDEFINED else ""}MITx 6.002
x
Wiki
</title></
%
block>
<
%!
<
%!
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
...
...
simplewiki_searchresults.html
View file @
a803b0f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
inherit
file=
"simplewiki_base.html"
/>
<
%
block
name=
"title"
><title>
Search Results - MITx 6.002 Wiki
</title></
%
block>
<
%
block
name=
"title"
><title>
Search Results - MITx 6.002
x
Wiki
</title></
%
block>
<
%!
<
%!
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
...
...
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