File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111logger = logging .getLogger (__name__ )
1212
1313branding = OrderedDict ()
14+ branding [
15+ "<p><strong>Admin:</strong> Can edit group information, as well as manage "
16+ "organization members.</p> <p><strong>Member:</strong> Can add/remove "
17+ "datasets from groups</p>" ] = (
18+ "<p><strong>Admin:</strong> Can add and remove datasets, as well as "
19+ "manage the collection.</p> <p><strong>Member:</strong> Can only "
20+ "view datasets in collections</p>"
21+ )
1422branding ["group" ] = "collection"
1523branding ["Group" ] = "Collection"
1624branding ["an organization" ] = "a circle"
1927branding ["An Organization" ] = "A Circle"
2028branding ["organization" ] = "circle"
2129branding ["Organization" ] = "Circle"
22- branding [
23- "Can edit group information, as well as manage organization members." ] = \
24- "Can add and remove datasets, as well as manage the collection."
25- branding ["Can add/remove datasets from groups" ] = \
26- "Can only view datasets in collection."
2730
2831preserve = [
2932 "organization_" ,
You can’t perform that action at this time.
0 commit comments