Matt Tuchfarber
1eb4d21350
Change program's course runs to be oldest with open enrollment
...
Currently the program page shows the newest course run, but
in cases where there is a new run created prior to the old one closing,
we want to show the almost closing one instead.
2018-06-20 13:28:01 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Matt Tuchfarber
20fdcc8d77
Fix program marketing to use newest course run
2018-05-15 10:36:54 -04:00
Matt Tuchfarber
6028cc7d72
Add instructor modal to program marketing page
...
The Paragon+Bootstrap work wasn't ready yet, so this is using leanModal. This also cleans up some of the instructor formatting.
2018-02-15 12:30:10 -05:00
Ibrahim
046871e072
fix typo in program marketing page
2018-02-12 12:39:09 +05:00
Matt Tuchfarber
01ac2da100
Make FAQ full width, not columns
2017-12-15 11:15:14 -05:00
Matt Tuchfarber
26144b4a66
Add pricing data to program purchase button
2017-11-21 14:53:11 -05:00
Matt Tuchfarber
056c30b1b0
Fix URLs in program marketing page
...
Change course about page to be dynamically built and change "Enroll Now" button on courses to use the upgrade url instead of the course about url.
2017-11-13 16:01:08 -05:00
Matt Tuchfarber
8828fa5cd9
Make FAQ responses allow HTML and fix banner image sizing.
2017-11-09 13:35:41 -05:00
Matt Tuchfarber
28e1e2bb4b
Make page more dynamic and less 500-prone. Also fix image sizing. Makes
...
nav links dynamic based on content.
2017-11-06 14:07:29 -05:00
Matt Tuchfarber
a93832aabe
Add hero to main.html and use for program page
...
Adding hero to main.html allows for full width marketing images to be
used. This commit includes the addition of the hero block into
main.html along with the program marketing page's use of that new
hero block.
2017-10-27 12:26:21 -04:00
Matt Tuchfarber
75e3845dad
Fix issue where program doesn't have video
...
I wrongly assumed a video field wouldn't exist on a program
that doesn't include a video. Since it exists and is set to null
this fixes the retrieval of the source url.
2017-10-18 16:56:00 -04:00
Matt Tuchfarber
17dd47bf76
Assume less perfect data
2017-10-16 15:46:10 -04:00
Matt Tuchfarber
946421c438
Rebuild program marketing page in Bootstrap and make it look similar
...
to the Micromasters page
2017-10-13 13:11:39 -04:00
Ibrahim
44f1f7f975
start button fix in mobile
2017-06-29 13:06:19 +05:00
Marko Jevtic
75531b2fef
[LEARNER-437] Reflect discount on the Program About Page (WL)
2017-06-23 17:34:06 +02:00
Marko Jevtic
d48100d386
[LEARNER-1367] Move Program Marketing page from private themes repo to edx platform repo
...
[LEARNER-311] Enable a purchase button on the Program page - platform (WL)
2017-06-23 16:27:37 +02:00
Hasnain
d6d2b2d50f
Add program marketing view
...
This change adds the URL configuration and Django view required
to implement a program marketing page. It is left to theme builders
to implement a template that fulfills their own UX requirements.
WL-766
2017-03-02 14:38:01 -05:00