Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One-liner update to DRY up default site handling
figures.sites.default_site() is returning the Site object matching `settings.SITE_ID` if we are running in single site mode and that is exactly what is called in single site mode for `get_site_for_course(course_id)`, so just making it that the source of truth is the same code
- Loading branch information