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
c6362641
Commit
c6362641
authored
Mar 03, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the wiki titles to say 6.002x (they were missing the x)
parent
d321eb87
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 @
c6362641
...
...
@@ -2,7 +2,7 @@
<
%
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"
>
<h1>
Create article
</h1>
...
...
simplewiki_edit.html
View file @
c6362641
...
...
@@ -2,7 +2,7 @@
<
%
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"
>
<h1>
${ wiki_article.title }
</h1>
...
...
simplewiki_error.html
View file @
c6362641
...
...
@@ -6,7 +6,7 @@
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"
>
...
...
simplewiki_history.html
View file @
c6362641
...
...
@@ -2,7 +2,7 @@
<
%
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
...
...
simplewiki_searchresults.html
View file @
c6362641
...
...
@@ -2,7 +2,7 @@
<
%
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
...
...
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