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
6c5542cd
Commit
6c5542cd
authored
Dec 13, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change default welcome from mktg text to Open edX text
parent
ec87a14a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
lms/templates/index.html
+5
-2
No files found.
lms/templates/index.html
View file @
6c5542cd
...
...
@@ -27,10 +27,13 @@
% else:
% if self.stanford_theme_enabled():
<h1>
${_("Free courses from
<strong>
{university_name}
</strong>
").format(university_name="Stanford")}
</h1>
<h2>
${_("For anyone, anywhere, anytime")}
</h2>
% else:
<h1>
${_("The Future of Online Education")}
</h1>
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<h1>
${_("Welcome to Open edX!")}
</h1>
## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
<h2>
${_("It works! This is the default homepage for this Open edX instance.")}
</h2>
% endif
<h2>
${_("For anyone, anywhere, anytime")}
</h2>
% endif
</hgroup>
...
...
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