org settings: Add User groups content and design.

This commit is contained in:
Cynthia Lin
2017-11-16 19:31:37 -08:00
committed by showell
parent 7790e2b23c
commit 83706e1bcd
6 changed files with 69 additions and 3 deletions

View File

@@ -503,7 +503,9 @@ def build_custom_checkers(by_lang):
'exclude_line': [('templates/zerver/register.html', 'placeholder="acme"'),
('templates/zerver/register.html', 'placeholder="Acme or Aκμή"'),
('static/templates/settings/realm-domains-modal.handlebars',
'<td><input type="text" class="new-realm-domain" placeholder="acme.com"></input></td>')],
'<td><input type="text" class="new-realm-domain" placeholder="acme.com"></input></td>'),
("static/templates/user-groups-admin.handlebars",
'<input type="text" name="name" id="user_group_name" placeholder="hamletcharacters" />')],
'exclude': set(["static/templates/settings/emoji-settings-admin.handlebars",
"static/templates/settings/realm-filter-settings-admin.handlebars",
"static/templates/settings/bot-settings.handlebars",