emails: Extract CSS from email_base_default.

This commit is contained in:
Vishnu Ks
2017-09-16 17:28:17 +05:30
committed by Tim Abbott
parent 207e06d558
commit caaa90f22d
16 changed files with 302 additions and 321 deletions

View File

@@ -459,6 +459,7 @@ def get_all_templates():
and not n.startswith('.') \
and not n.startswith('__init__') \
and not n.endswith('.md') \
and not n.endswith('.source.html') \
and isfile(p)
def process(template_dir, dirname, fnames):