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
5ca2ea9a
Unverified
Commit
5ca2ea9a
authored
Nov 09, 2017
by
Matt Tuchfarber
Committed by
GitHub
Nov 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16523 from edx/tuchfarber/program_marketing_tweaks
Make FAQ responses allow HTML and fix banner image sizing.
parents
5c3f5098
8828fa5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lms/static/sass/views/_program-marketing-page.scss
+1
-1
lms/templates/courseware/program_marketing.html
+1
-1
No files found.
lms/static/sass/views/_program-marketing-page.scss
View file @
5ca2ea9a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
.main-banner
{
.main-banner
{
color
:
$white
;
color
:
$white
;
margin-bottom
:
1px
;
margin-bottom
:
1px
;
background-size
:
100%
100%
!
important
;
background-size
:
cover
!
important
;
background-repeat
:no-repeat
!
important
;
background-repeat
:no-repeat
!
important
;
.authoring-org-logo
{
.authoring-org-logo
{
...
...
lms/templates/courseware/program_marketing.html
View file @
5ca2ea9a
...
@@ -341,7 +341,7 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme
...
@@ -341,7 +341,7 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme
${faq['question']}
${faq['question']}
</div>
</div>
<div
class=
"answer"
>
<div
class=
"answer"
>
${
faq['answer']
}
${
HTML(faq['answer'])
}
</div>
</div>
</div>
</div>
% endfor
% endfor
...
...
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