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
4fcbcaa0
Commit
4fcbcaa0
authored
Jan 06, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up default Open edX pages
parent
61e02fab
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
24 deletions
+1
-24
lms/templates/footer.html
+1
-1
lms/templates/index.html
+0
-23
lms/templates/register.html
+0
-0
No files found.
lms/templates/footer.html
View file @
4fcbcaa0
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<a
href=
"/"
>
<a
href=
"/"
>
## this is just a placeholder logo
## this is just a placeholder logo
## feel free to change this logo to your own
## feel free to change this logo to your own
<img
alt=
"organiztion logo placeholder"
src=
"/static/images/logo-placeholder.png"
>
<img
alt=
"organiz
a
tion logo placeholder"
src=
"/static/images/logo-placeholder.png"
>
</a>
</a>
</p>
</p>
</div>
</div>
...
...
lms/templates/index.html
View file @
4fcbcaa0
...
@@ -37,29 +37,6 @@
...
@@ -37,29 +37,6 @@
% endif
% endif
</hgroup>
</hgroup>
## Disable social buttons for non-edX sites
% if not self.theme_enabled():
<section
class=
"actions"
>
<div
class=
"main-cta"
>
<a
href=
"#signup-modal"
id=
"signup_action"
class=
"find-courses"
rel=
"leanModal"
>
${_("Sign Up")}
</a>
</div>
<div
class=
"secondary-actions"
>
<div
class=
"social-sharing"
>
<div
class=
"sharing-message"
>
${_("Stay up to date with all {platform_name} has to offer!").format(platform_name=settings.PLATFORM_NAME)}
</div>
<a
href=
"${settings.PLATFORM_TWITTER_URL}"
class=
"share"
>
<img
src=
"${static.url('images/social/twitter-sharing.png')}"
>
</a>
<a
href=
"${settings.PLATFORM_FACEBOOK_ACCOUNT}"
class=
"share"
>
<img
src=
"${static.url('images/social/facebook-sharing.png')}"
>
</a>
<a
href=
"${settings.PLATFORM_GOOGLE_PLUS_URL}"
class=
"share"
>
<img
src=
"${static.url('images/social/google-plus-sharing.png')}"
>
</a>
</div>
</div>
</section>
% endif
</div>
</div>
% if show_homepage_promo_video:
% if show_homepage_promo_video:
...
...
lms/templates/register.html
View file @
4fcbcaa0
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