-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added - Add a variant option for course glimpses. - Richie dependents can now run their own frontend build and override components through command line arguments and a dedicated settings file. Changed - Rename {% block title %} to {% block head_title %} to avoid collision with H1 title, - Wrap each section of the course detail template in a block to allow partial overrides, - Rename `course-detail__aside__run` selector to `course-detail__aside__runs` in `course_detail.html` template to better reflect its content. Fixed - HTML validation warnings and errors, - In the sandbox, make API calls work behind an htaccess by removing Basic Auth fallback, - Adding person/organization plugins to a new blank course, - Remove multiple "h1" tags on homepage, section template will always have a default level title of 2.
- Loading branch information
1 parent
17e2047
commit 93f503c
Showing
3 changed files
with
10 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters