Files
edx-platform/common
Luis Moreno 73c6a90bb3 Do not hide all the elements of the units with problems to anonymous users:
Right now the units of a public course are hidden if there is at least a graded activity in them. This is done due to a change(69eeca61d8) that was done before the implementation of public_view mechanism for unenrolled users.

Since we use public_view now and by default it restricts the unit rendering for anonymous users we do not need to limit the access at this way for anonymous users.
2020-02-21 21:00:55 -04:00
..
2019-11-25 23:56:10 +03:30

common
------

This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.