mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
emails: Extract CSS from email_base_default.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user