Files
edx-platform/common
Waheed Ahmed a1da105d07 Fix frontend email regex for login page.
Currently we are using Django 1.4 regex for email validation which
does not allow custom domains (e.g. eclo.solutions), fixed it with
latest Django 1.11 regex.

LEARNER-2828
2017-10-16 12:48:13 +05:00
..

common
------

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