Files
edx-platform/common
Toby Lawrence 9fe2de8a1c Don't blow away the role cache when updating.
Instead of refetching the role cache fresh every time we want to add a new role to a user, just manually add the role object.  We have it available to us, the model, not a distilled-down version.  Add that in and leave the existing cache.
2016-02-11 14:43:53 -05:00
..
2015-02-19 19:56:52 -08:00

common
------

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