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
4ea6692e
Commit
4ea6692e
authored
Jun 03, 2013
by
Nate Hardison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change `if ... is not None` to `if ...`
Minor stylistic tweak.
parent
96c4c535
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/templates/login.html
+1
-1
lms/templates/register.html
+1
-1
No files found.
lms/templates/login.html
View file @
4ea6692e
...
...
@@ -167,7 +167,7 @@
<p><a
href=
"${reverse('register_user')}"
>
Sign up for ${settings.PLATFORM_NAME} today!
</a></p>
## Disable help unless the FAQ marketing link is enabled
% if settings.MKTG_URL_LINK_MAP.get('FAQ'
, None) is not None
:
% if settings.MKTG_URL_LINK_MAP.get('FAQ'
)
:
<h3>
Need Help?
</h3>
<p>
Looking for help in logging in or with your ${settings.PLATFORM_NAME} account?
<a
href=
"${marketing_link('FAQ')}"
>
...
...
lms/templates/register.html
View file @
4ea6692e
...
...
@@ -277,7 +277,7 @@
% endif
</div>
% if settings.MKTG_URL_LINK_MAP.get('FAQ'
, None) is not None
:
% if settings.MKTG_URL_LINK_MAP.get('FAQ'
)
:
<div
class=
"cta cta-help"
>
<h3>
Need Help?
</h3>
<p>
Need help in registering with ${settings.PLATFORM_NAME}?
...
...
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